diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-01 20:05:49 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-01 20:05:49 -0800 |
commit | 8256c6e0107a51b2714f2e068b693025e4ddcae8 (patch) | |
tree | 525a1ebc229b510df0fcd5d04c0b05103d8b3f10 /help.c | |
parent | d6e09883f20f13c7e2da75225f4563ea9587e20b (diff) | |
parent | 15f80a539bddfbd5e0661714756576edb2053e35 (diff) | |
download | git-8256c6e0107a51b2714f2e068b693025e4ddcae8.tar.gz git-8256c6e0107a51b2714f2e068b693025e4ddcae8.tar.xz |
Merge branch 'tt/help'
* tt/help:
Remove hint to use "git help -a"
Make the list of common commands more exclusive
Diffstat (limited to 'help.c')
-rw-r--r-- | help.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -237,7 +237,6 @@ void list_common_cmds_help(void) mput_char(' ', longest - strlen(common_cmds[i].name)); puts(common_cmds[i].help); } - puts("(use 'git help -a' to get a list of all installed git commands)"); } static void show_man_page(const char *git_cmd) |