diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-05 15:44:30 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-05 13:49:00 -0800 |
commit | e459415c9c3c8e855998dd0247f23d32a0dca4ff (patch) | |
tree | f8537e96b088e544d8dd50af7d71ca95602f0a7e | |
parent | b26c87488fa89e444972c486326eecca5b2132c7 (diff) | |
download | git-e459415c9c3c8e855998dd0247f23d32a0dca4ff.tar.gz git-e459415c9c3c8e855998dd0247f23d32a0dca4ff.tar.xz |
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>
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 324bfbd8b..089a7b057 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;; |