diff options
-rwxr-xr-x | generate-cmdlist.sh | 6 | ||||
-rw-r--r-- | help.c | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh index 17df47b95..1ba27ecf9 100755 --- a/generate-cmdlist.sh +++ b/generate-cmdlist.sh @@ -11,12 +11,9 @@ static struct cmdname_help common_cmds[] = {" sort <<\EOF | add -apply -archive bisect branch checkout -cherry-pick clone commit diff @@ -26,15 +23,12 @@ init log merge mv -prune pull push rebase reset -revert rm show -show-branch status tag EOF @@ -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) |