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'maint
commit
93bfe62ae3
|
@ -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
|
||||
"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue