Skip to content

Commit

Permalink
Merge branch 'sg/completion-commit-cleanup' into maint
Browse files Browse the repository at this point in the history
* sg/completion-commit-cleanup:
  completion: teach 'scissors' mode to 'git commit --cleanup='
  • Loading branch information
Junio C Hamano committed Aug 3, 2015
2 parents c36e465 + 72dbb36 commit 44737c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ _git_commit ()

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

0 comments on commit 44737c4

Please sign in to comment.