Skip to content

Commit 1407e61

Browse files
committed
fix: use default completion for git rename-file
1 parent 623f8c6 commit 1407e61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

etc/bash_completion.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ _git_rename_branch(){
176176
fi
177177
}
178178

179-
_git_rename_file() {
180-
__gitcomp "-h --help"
181-
}
182-
183179
_git_rename_remote(){
184180
if ((COMP_CWORD == 2 || COMP_CWORD == 3)); then
185181
__gitcomp "$(__git_remotes)"

0 commit comments

Comments
 (0)