diff options
author | Philip Oakley <philipoakley@iee.org> | 2013-04-02 23:39:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-02 17:58:24 -0700 |
commit | 15f7d4943807a50e01d2fd85bcdbd44361808dd2 (patch) | |
tree | c2d05f3a7eeced6d22074074f209ccbdc7424678 /Documentation/RelNotes/1.7.5.1.txt | |
parent | Update draft release notes to 1.8.3 (diff) | |
download | tgif-15f7d4943807a50e01d2fd85bcdbd44361808dd2.tar.xz |
builtin/help.c: split "-a" processing into two
"help -a" (help all) gives the list of available commands and then
further gives hints on the use of "git help". Separate these into
two steps, because we will add "help -g" (help guides) that want to
also show the overall hints after it is done.
While at it, change the definition of the "-a" option to use OPT_BOOL,
not the deprecated OPT_BOOLEAN. We do not behave differently when
the user gives the "-a" option multiple times, e.g. "git help -a -a".
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.5.1.txt')
0 files changed, 0 insertions, 0 deletions