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'
This commit is contained in:
commit
2db93a80d3
@ -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
Block a user