Skip to content

Commit e459415

Browse files
spearceJunio C Hamano
authored andcommitted
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>
1 parent b26c874 commit e459415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ __git_commands ()
297297
reflog) : plumbing;;
298298
repo-config) : plumbing;;
299299
rerere) : plumbing;;
300+
resolve) : dead dont use;;
300301
rev-list) : plumbing;;
301302
rev-parse) : plumbing;;
302303
runstatus) : plumbing;;

0 commit comments

Comments
 (0)