git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add interactive option in rebase command completion list.
@ 2008-04-06 17:32 Pascal Obry
  2008-04-06 18:19 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Pascal Obry @ 2008-04-06 17:32 UTC (permalink / raw)
  To: git; +Cc: Pascal Obry

Signed-off-by: Pascal Obry <pascal@obry.net>
---
 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 791e30f..96a712b 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -865,7 +865,7 @@ _git_rebase ()
 		return
 		;;
 	--*)
-		__gitcomp "--onto --merge --strategy"
+		__gitcomp "--onto --merge --strategy --interactive"
 		return
 	esac
 	__gitcomp "$(__git_refs)"
-- 
1.5.5.rc3.7.gba133

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-06 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06 17:32 [PATCH] Add interactive option in rebase command completion list Pascal Obry
2008-04-06 18:19 ` Junio C Hamano
2008-04-06 18:33   ` Elijah Newren
2008-04-06 18:46   ` Pascal Obry
2008-04-06 19:09     ` Shawn O. Pearce
2008-04-06 20:08       ` Shawn O. Pearce

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).