Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-11-12 03:57:56 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-15 01:46:18 +0300
commit26d744526c12c1e3166d5a1338d4787c88a0f871 (patch)
tree321c0bbe4dcf84d4dce225680aee76a90778f4bb /generate-cmdlist.sh
parentf5f6cb87defc4b7e8ba6cc6e82f616bef47ea6b0 (diff)
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-xgenerate-cmdlist.sh6
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