Merge branch 'tb/complete-checkout'
Command line completion (in contrib/) update. * tb/complete-checkout: completion: add remaining flags to checkout
This commit is contained in:
@ -1250,7 +1250,8 @@ _git_checkout ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--quiet --ours --theirs --track --no-track --merge
|
||||
--conflict= --orphan --patch
|
||||
--conflict= --orphan --patch --detach --ignore-skip-worktree-bits
|
||||
--recurse-submodules --no-recurse-submodules
|
||||
"
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user