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

View File

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