summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-05 20:44:30 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-05 21:49:00 (GMT)
commite459415c9c3c8e855998dd0247f23d32a0dca4ff (patch)
treef8537e96b088e544d8dd50af7d71ca95602f0a7e /contrib/completion/git-completion.bash
parentb26c87488fa89e444972c486326eecca5b2132c7 (diff)
downloadgit-e459415c9c3c8e855998dd0247f23d32a0dca4ff.zip
git-e459415c9c3c8e855998dd0247f23d32a0dca4ff.tar.gz
git-e459415c9c3c8e855998dd0247f23d32a0dca4ff.tar.bz2
bash: Hide git-resolve, its deprecated.
Don't offer resolve as a possible subcommand completion. If you read the top of the script, there is a big warning about how it will go away soon in the near future. People should not be using it. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-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 324bfbd..089a7b0 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -297,6 +297,7 @@ __git_commands ()
reflog) : plumbing;;
repo-config) : plumbing;;
rerere) : plumbing;;
+ resolve) : dead dont use;;
rev-list) : plumbing;;
rev-parse) : plumbing;;
runstatus) : plumbing;;