Skip to content

Commit 44737c4

Browse files
committed
Merge branch 'sg/completion-commit-cleanup' into maint
* sg/completion-commit-cleanup: completion: teach 'scissors' mode to 'git commit --cleanup='
2 parents c36e465 + 72dbb36 commit 44737c4

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
@@ -1114,7 +1114,7 @@ _git_commit ()
11141114

11151115
case "$cur" in
11161116
--cleanup=*)
1117-
__gitcomp "default strip verbatim whitespace
1117+
__gitcomp "default scissors strip verbatim whitespace
11181118
" "" "${cur##--cleanup=}"
11191119
return
11201120
;;

0 commit comments

Comments
 (0)