From: "Eric Raible" <raible@gmail.com>
To: spearce@spearce.org, git@vger.kernel.org
Subject: bash completion: 'git apply' should use 'fix' not 'strip'
Date: Sat, 9 Aug 2008 01:24:31 -0700 [thread overview]
Message-ID: <279b37b20808090124w356ca692s4c6d95c833beebeb@mail.gmail.com> (raw)
Bring completion up to date with the man page.
Signed-off-by: Eric Raible <raible@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 3396e35..95040bd 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -501,7 +501,7 @@ __git_has_doubledash ()
return 1
}
-__git_whitespacelist="nowarn warn error error-all strip"
+__git_whitespacelist="nowarn warn error error-all fix"
_git_am ()
{
--
1.6.0.rc1.1206.gff2cf
next reply other threads:[~2008-08-09 8:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-09 8:24 Eric Raible [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-14 17:12 bash completion: 'git apply' should use 'fix' not 'strip' Eric Raible
2008-08-14 20:58 ` 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=279b37b20808090124w356ca692s4c6d95c833beebeb@mail.gmail.com \
--to=raible@gmail.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
/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).