* [PATCH] bash completion: add --orphan to 'git checkout'
@ 2010-03-29 14:00 Erick Mattos
0 siblings, 0 replies; only message in thread
From: Erick Mattos @ 2010-03-29 14:00 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: Junio C Hamano, git, Erick Mattos
Updating git-completion.bash with new --orphan option to 'git checkout'.
---
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 733ac39..54e07f3 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -832,7 +832,7 @@ _git_checkout ()
--*)
__gitcomp "
--quiet --ours --theirs --track --no-track --merge
- --conflict= --patch
+ --conflict= --orphan --patch
"
;;
*)
--
1.7.0.3.292.g2556a.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-29 14:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 14:00 [PATCH] bash completion: add --orphan to 'git checkout' Erick Mattos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).