From: Todd Zullinger Date: Thu, 16 Nov 2017 17:09:06 +0000 (-0500) Subject: completion: add '--copy' option to 'git branch' X-Git-Tag: v2.16.0-rc0~97^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41ca0f773e7c907280f4ce846b1def384f8c97e4;p=thirdparty%2Fgit.git completion: add '--copy' option to 'git branch' In 52d59cc645 (branch: add a --copy (-c) option to go with --move (-m), 2017-06-18), `git branch` learned a `--copy` option. Include it when providing command completions. Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 15b40f8774..8aca836ef9 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1205,7 +1205,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 " ;;