Merge branch 'sg/completion-commit-cleanup' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 17:41:33 +0000 (10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 17:41:33 +0000 (10:41 -0700)
* sg/completion-commit-cleanup:
completion: teach 'scissors' mode to 'git commit --cleanup='

contrib/completion/git-completion.bash
index eae9dce590e0000eb93e441106ef6538c07e86cc..3b1a9b1d4f60819a4009a320e0dde107ebab8365 100644 (file)
@@ -1114,7 +1114,7 @@ _git_commit ()
 
        case "$cur" in
        --cleanup=*)
-               __gitcomp "default strip verbatim whitespace
+               __gitcomp "default scissors strip verbatim whitespace
                        " "" "${cur##--cleanup=}"
                return
                ;;