Skip to content

Commit 54a17cd

Browse files
committed
Merge branch 'sg/completion-commit-cleanup'
* sg/completion-commit-cleanup: completion: teach 'scissors' mode to 'git commit --cleanup='
2 parents ce5e338 + 72dbb36 commit 54a17cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ _git_commit ()
11081108

11091109
case "$cur" in
11101110
--cleanup=*)
1111-
__gitcomp "default strip verbatim whitespace
1111+
__gitcomp "default scissors strip verbatim whitespace
11121112
" "" "${cur##--cleanup=}"
11131113
return
11141114
;;

0 commit comments

Comments
 (0)