diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-11-11 19:57:56 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 14:46:18 -0800 |
commit | 26d744526c12c1e3166d5a1338d4787c88a0f871 (patch) | |
tree | 321c0bbe4dcf84d4dce225680aee76a90778f4bb /generate-cmdlist.sh | |
parent | f5f6cb87defc4b7e8ba6cc6e82f616bef47ea6b0 (diff) | |
download | git-26d744526c12c1e3166d5a1338d4787c88a0f871.tar.gz git-26d744526c12c1e3166d5a1338d4787c88a0f871.tar.xz |
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 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 |