Merge branch 'tz/complete-branch-copy'

Command line completion (in contrib/) has been taught about the
"--copy" option of "git branch".

* tz/complete-branch-copy:
  completion: add '--copy' option to 'git branch'
This commit is contained in:
Junio C Hamano 2017-11-27 11:06:37 +09:00
commit 93bfe62ae3

View file

@ -1204,7 +1204,7 @@ _git_branch ()
--color --no-color --verbose --abbrev= --no-abbrev
--track --no-track --contains --no-contains --merged --no-merged
--set-upstream-to= --edit-description --list
--unset-upstream --delete --move --remotes
--unset-upstream --delete --move --copy --remotes
--column --no-column --sort= --points-at
"
;;