summaryrefslogtreecommitdiff
path: root/contrib/completion
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-05 20:44:24 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-05 21:49:00 (GMT)
commit983591c31e2529fbba8dd2d69dce5ab446584921 (patch)
tree0f3fe63d11021ead39bc502f1a3afbac0c857204 /contrib/completion
parentd8a9fea5ea44a4068cc95de9368798ae3cee74ee (diff)
downloadgit-983591c31e2529fbba8dd2d69dce5ab446584921.zip
git-983591c31e2529fbba8dd2d69dce5ab446584921.tar.gz
git-983591c31e2529fbba8dd2d69dce5ab446584921.tar.bz2
bash: Hide diff-stages from completion.
Apparently nobody really makes use of git-diff-stages, as nobody has complained that it is not supported by the git-diff frontend. Since its likely this will go away in the future, we should not offer it as a possible subcommand completion. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-xcontrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index b434332..c0dae54 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -269,6 +269,7 @@ __git_commands ()
cvsimport) : import;;
cvsserver) : daemon;;
daemon) : daemon;;
+ diff-stages) : nobody uses it;;
fsck-objects) : plumbing;;
fetch-pack) : plumbing;;
fmt-merge-msg) : plumbing;;