From: Shawn O. Pearce Date: Mon, 5 Feb 2007 20:44:24 +0000 (-0500) Subject: bash: Hide diff-stages from completion. X-Git-Tag: v1.5.0-rc4~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=983591c31e2529fbba8dd2d69dce5ab446584921;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b434332bf..c0dae5484 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;;