From: Junio C Hamano Date: Mon, 27 Nov 2017 02:06:37 +0000 (+0900) Subject: Merge branch 'tz/complete-branch-copy' X-Git-Tag: v2.16.0-rc0~97 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/93bfe62ae3fa31429df25daf243f9778d9b929b9?hp=d78a122e9cb33df8e625fcf15cb075cc6d61b984 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' --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6f890c0f50..35df6ce9ea 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 " ;;