From: Junio C Hamano Date: Wed, 6 Dec 2017 17:09:02 +0000 (-0800) Subject: Merge branch 'tz/complete-branch-copy' into maint X-Git-Tag: v2.15.2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2db93a80d37d463ab66dc71ba4e10cbaae8f807f?hp=3cc60ecdda7729496c3605449176000cc11412b6 Merge branch 'tz/complete-branch-copy' into maint 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' --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a54cc2cef6..17929b0809 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 " ;;