diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-11-12 01:57:56 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 23:46:18 +0100 |
commit | 26d744526c12c1e3166d5a1338d4787c88a0f871 (patch) | |
tree | 321c0bbe4dcf84d4dce225680aee76a90778f4bb /generate-cmdlist.sh | |
parent | Merge branch 'sp/fetch-fix' (diff) | |
download | git-26d744526c12c1e3166d5a1338d4787c88a0f871.tar.xz git-26d744526c12c1e3166d5a1338d4787c88a0f871.zip |
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" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-x | generate-cmdlist.sh | 6 |
1 files changed, 0 insertions, 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 |