Re: [PATCH v2 4/5] builtin/verify-tag: add --format to verify-tag
From: Santiago Torres <hidden>
Date: 2016-09-27 14:38:34
Attachments
- signature.asc [application/pgp-signature] 801 bytes
From: Santiago Torres <hidden>
Date: 2016-09-27 14:38:34
quoted
static const char * const verify_tag_usage[] = { - N_("git verify-tag [-v | --verbose] <tag>..."), + N_("git verify-tag [-v | --verbose] [--format=<format>] <tag>..."),Does this require a corresponding documentation change? (also 5/5)
Yes, I'll work on this while I wait for more reviews. Thanks! -Santiago.