Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tz/complete-branch-copy'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Nov 2017 02:06:37 +0000
(11:06 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Nov 2017 02:06:37 +0000
(11:06 +0900)
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'
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
(from parent 1:
d78a122
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 6f890c0f502f090ebaf5387fd2c54aa822bf59f9..35df6ce9ea3f37c36e4df78929758dd1a818712e 100644
(file)
--- 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
"
;;