* [PATCH] completion: add --interactive option to git svn dcommit
@ 2011-11-03 18:33 Frédéric Heitzmann
0 siblings, 0 replies; only message in thread
From: Frédéric Heitzmann @ 2011-11-03 18:33 UTC (permalink / raw)
To: git, gitster; +Cc: normalperson, Frederic Heitzmann
From: Frederic Heitzmann <frederic.heitzmann@gmail.com>
see afd7f1e for more details on git svn dcommit --interactive
Signed-off-by: Frederic Heitzmann <frederic.heitzmann@gmail.com>
---
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 98af8f5..d919baa 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2508,7 +2508,7 @@ _git_svn ()
__gitcomp "
--merge --strategy= --verbose --dry-run
--fetch-all --no-rebase --commit-url
- --revision $cmt_opts $fc_opts
+ --revision --interactive $cmt_opts $fc_opts
"
;;
set-tree,--*)
--
1.7.7.rc2.4.g5ec82.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-03 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 18:33 [PATCH] completion: add --interactive option to git svn dcommit Frédéric Heitzmann
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).