diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-27 11:06:37 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-27 11:06:37 +0900 |
commit | 93bfe62ae3fa31429df25daf243f9778d9b929b9 (patch) | |
tree | 695d61fea99b3386f453721e42f79a047d4bca52 /contrib | |
parent | d78a122e9cb33df8e625fcf15cb075cc6d61b984 (diff) | |
parent | 41ca0f773e7c907280f4ce846b1def384f8c97e4 (diff) | |
download | git-93bfe62ae3fa31429df25daf243f9778d9b929b9.tar.gz |
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'
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 " ;; |