mirror of
https://github.com/git/git.git
synced 2026-03-29 01:50:08 +01:00
Merge branch 'em/checkout-orphan' into next
* em/checkout-orphan: bash completion: add --orphan to 'git checkout' t3200: test -l with core.logAllRefUpdates options checkout --orphan: respect -l option always refs: split log_ref_write logic into log_ref_setup Documentation: alter checkout --orphan description
This commit is contained in:
@@ -842,7 +842,7 @@ _git_checkout ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--quiet --ours --theirs --track --no-track --merge
|
||||
--conflict= --patch
|
||||
--conflict= --orphan --patch
|
||||
"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user