Skip to content

Commit 72dbb36

Browse files
szedergitster
authored andcommitted
completion: teach 'scissors' mode to 'git commit --cleanup='
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit 72dbb36

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
@@ -1110,7 +1110,7 @@ _git_commit ()
11101110

11111111
case "$cur" in
11121112
--cleanup=*)
1113-
__gitcomp "default strip verbatim whitespace
1113+
__gitcomp "default scissors strip verbatim whitespace
11141114
" "" "${cur##--cleanup=}"
11151115
return
11161116
;;

0 commit comments

Comments
 (0)