git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Eric Raible" <raible@gmail.com>
To: spearce@spearce.org, "Git Mailing List" <git@vger.kernel.org>
Subject: bash completion: 'git apply' should use 'fix' not 'strip'
Date: Thu, 14 Aug 2008 10:12:54 -0700	[thread overview]
Message-ID: <279b37b20808141012l460e2218lbe440dfe3ee44462@mail.gmail.com> (raw)

Bring completion up to date with the man page.

Signed-off-by: Eric Raible <raible@gmail.com>
---
Seems to me that this qualifies as "obviously correct"...

 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

             reply	other threads:[~2008-08-14 17:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-14 17:12 Eric Raible [this message]
2008-08-14 20:58 ` bash completion: 'git apply' should use 'fix' not 'strip' Shawn O. Pearce
  -- strict thread matches above, loose matches on Subject: below --
2008-08-09  8:24 Eric Raible

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=279b37b20808141012l460e2218lbe440dfe3ee44462@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).