diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-21 06:02:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-21 06:02:41 -0700 |
commit | 5bebcd4ecba0791cecaa49d30ddd7ca8ffe03627 (patch) | |
tree | a45f037dd501845eabe6f66bda45547ca63a3c9d /contrib/completion | |
parent | 8c6b5a84547506c1cfabb966f27a10f5659e7e0b (diff) | |
parent | 157aaea5fff7dbf2fc39829d827b35df647562a4 (diff) | |
download | git-5bebcd4ecba0791cecaa49d30ddd7ca8ffe03627.tar.gz git-5bebcd4ecba0791cecaa49d30ddd7ca8ffe03627.tar.xz |
Merge branch 'em/checkout-orphan'
* em/checkout-orphan:
log_ref_setup: don't return stack-allocated array
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
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 57245a8c0..aebb0b689 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -842,7 +842,7 @@ _git_checkout () --*) __gitcomp " --quiet --ours --theirs --track --no-track --merge - --conflict= --patch + --conflict= --orphan --patch " ;; *) |