Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-27 05:06:37 +0300
committerJunio C Hamano <gitster@pobox.com>2017-11-27 05:06:37 +0300
commit93bfe62ae3fa31429df25daf243f9778d9b929b9 (patch)
tree695d61fea99b3386f453721e42f79a047d4bca52 /contrib
parentd78a122e9cb33df8e625fcf15cb075cc6d61b984 (diff)
parent41ca0f773e7c907280f4ce846b1def384f8c97e4 (diff)
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.bash2
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
"
;;