diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-01 20:05:49 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-01 20:05:49 -0800 |
commit | 8256c6e0107a51b2714f2e068b693025e4ddcae8 (patch) | |
tree | 525a1ebc229b510df0fcd5d04c0b05103d8b3f10 /generate-cmdlist.sh | |
parent | d6e09883f20f13c7e2da75225f4563ea9587e20b (diff) | |
parent | 15f80a539bddfbd5e0661714756576edb2053e35 (diff) | |
download | git-8256c6e0107a51b2714f2e068b693025e4ddcae8.tar.gz |
Merge branch 'tt/help'
* tt/help:
Remove hint to use "git help -a"
Make the list of common commands more exclusive
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 |