| author | Teemu Likonen <tlikonen@iki.fi> | |
| Thu, 5 Jun 2008 21:15:36 +0000 (00:15 +0300) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Fri, 6 Jun 2008 16:22:18 +0000 (09:22 -0700) | ||
| commit | b7d9681974e61959f10c7b2c1063b7781c5b904e | |
| tree | ee681ee4d4a2b0fe673eb0fd9b6a7a777208efd4 | tree | snapshot |
| parent | e919cb302e75141c2565106bed2f0b6cb8047570 | commit | diff |
Print info about "git help COMMAND" on git's main usage pages
Git's main usage pages did not show "git help" as a way to get more
information on a specific subcommand. This patch adds an info line after
the list of git commands currently printed by "git", "git help", "git
--help" and "git help --all".
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Git's main usage pages did not show "git help" as a way to get more
information on a specific subcommand. This patch adds an info line after
the list of git commands currently printed by "git", "git help", "git
--help" and "git help --all".
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| builtin.h | diff | blob | history | |
| git.c | diff | blob | history | |
| help.c | diff | blob | history |