1
0
mirror of https://github.com/git/git.git synced 2025-04-11 12:36:36 +00:00

Merge branch 'sg/completion-commit-cleanup'

* sg/completion-commit-cleanup:
  completion: teach 'scissors' mode to 'git commit --cleanup='
This commit is contained in:
Junio C Hamano 2015-06-24 12:21:51 -07:00
commit 54a17cdb9c

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