Skip to content

Commit 93bfe62

Browse files
committed
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'
2 parents d78a122 + 41ca0f7 commit 93bfe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ _git_branch ()
12041204
--color --no-color --verbose --abbrev= --no-abbrev
12051205
--track --no-track --contains --no-contains --merged --no-merged
12061206
--set-upstream-to= --edit-description --list
1207-
--unset-upstream --delete --move --remotes
1207+
--unset-upstream --delete --move --copy --remotes
12081208
--column --no-column --sort= --points-at
12091209
"
12101210
;;

0 commit comments

Comments
 (0)