From: Junio C Hamano Date: Sun, 2 Dec 2007 04:05:49 +0000 (-0800) Subject: Merge branch 'tt/help' X-Git-Tag: v1.5.4-rc0~117 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8256c6e0107a51b2714f2e068b693025e4ddcae8?ds=inline;hp=-c Merge branch 'tt/help' * tt/help: Remove hint to use "git help -a" Make the list of common commands more exclusive --- 8256c6e0107a51b2714f2e068b693025e4ddcae8 diff --combined help.c index d340b6a1b6,5f8c121bc1..37a9c25db7 --- a/help.c +++ b/help.c @@@ -7,6 -7,7 +7,6 @@@ #include "builtin.h" #include "exec_cmd.h" #include "common-cmds.h" -#include /* most GUI terminals set COLUMNS (although some don't export it) */ static int term_columns(void) @@@ -237,7 -238,6 +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)