From: Pascal Obry <pascal.obry@gmail.com>
To: git@vger.kernel.org
Cc: Pascal Obry <pascal@obry.net>
Subject: [PATCH] Add interactive option in rebase command completion list.
Date: Sun, 6 Apr 2008 19:32:24 +0200 [thread overview]
Message-ID: <1207503144-3008-1-git-send-email-pascal@obry.net> (raw)
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
next reply other threads:[~2008-04-06 17:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-06 17:32 Pascal Obry [this message]
2008-04-06 18:19 ` [PATCH] Add interactive option in rebase command completion list 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1207503144-3008-1-git-send-email-pascal@obry.net \
--to=pascal.obry@gmail.com \
--cc=git@vger.kernel.org \
--cc=pascal@obry.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).