summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-06 09:09:02 -0800
committerJunio C Hamano <gitster@pobox.com>2017-12-06 09:09:02 -0800
commit2db93a80d37d463ab66dc71ba4e10cbaae8f807f (patch)
tree49d0003a3afd5391c5288ef6d7e93953a92bc5e2
parent3cc60ecdda7729496c3605449176000cc11412b6 (diff)
parent41ca0f773e7c907280f4ce846b1def384f8c97e4 (diff)
downloadgit-2db93a80d37d463ab66dc71ba4e10cbaae8f807f.tar.gz
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'
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
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
"
;;