Browse Source

Merge branch 'sg/completion-commit-cleanup' into maint

* sg/completion-commit-cleanup:
  completion: teach 'scissors' mode to 'git commit --cleanup='
maint
Junio C Hamano 10 years ago
parent
commit
44737c4228
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -1114,7 +1114,7 @@ _git_commit () @@ -1114,7 +1114,7 @@ _git_commit ()

case "$cur" in
--cleanup=*)
__gitcomp "default strip verbatim whitespace
__gitcomp "default scissors strip verbatim whitespace
" "" "${cur##--cleanup=}"
return
;;

Loading…
Cancel
Save