diff options
author | Johan Herland <johan@herland.net> | 2010-02-25 01:48:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-24 19:12:48 -0800 |
commit | 43a61b841d261fe51ac64b55d654677b0cd93ad9 (patch) | |
tree | f38eb3bdbc4cbaa8896090c156923bdd3ac209cd /builtin-name-rev.c | |
parent | e73bbd96c6e9ce11a101dac03402d0f718a1bd23 (diff) | |
download | git-43a61b841d261fe51ac64b55d654677b0cd93ad9.tar.gz |
builtin-notes: Minor (mostly parse_options-related) fixes
Use PARSE_OPT_NONEG to disallow --no-<option> for message, file,
reedit-message and reuse-message. for which --no-<option> does not make
sense. This also simplifies the code in the option-handling callbacks.
Also, use strbuf_addch(... '\n') instead of strbuf_addstr(... "\n") in
couple of places.
Finally, improve the short-help by dividing the options into two
OPT_GROUPs.
Suggested-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Johan Herland <johan@herland.net>
Acked-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-name-rev.c')
0 files changed, 0 insertions, 0 deletions