From: Theodore Ts'o Date: Mon, 12 Nov 2007 00:57:56 +0000 (-0500) Subject: Make the list of common commands more exclusive X-Git-Tag: v1.5.4-rc0~117^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26d744526c12c1e3166d5a1338d4787c88a0f871;p=git.git 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 --- 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