1
0
mirror of https://github.com/git/git.git synced 2025-04-18 05:04:51 +00:00

completion: teach 'scissors' mode to 'git commit --cleanup='

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
SZEDER Gábor 2015-06-08 03:43:31 +02:00 committed by Junio C Hamano
parent 282616c72d
commit 72dbb36554

@ -1110,7 +1110,7 @@ _git_commit ()
case "$cur" in
--cleanup=*)
__gitcomp "default strip verbatim whitespace
__gitcomp "default scissors strip verbatim whitespace
" "" "${cur##--cleanup=}"
return
;;