From 26d744526c12c1e3166d5a1338d4787c88a0f871 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 11 Nov 2007 19:57:56 -0500 Subject: [PATCH] Make the list of common commands more exclusive Remove apply, archive, cherry-pick, prune, revert, and show-branch, so "git help" is less intimidating. Signed-off-by: "Theodore Ts'o" Signed-off-by: Junio C Hamano --- generate-cmdlist.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh index 17df47b950..1ba27ecf9c 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 -- 2.11.4.GIT