From: Emmanuel Trillaud <etrillaud@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: git@vger.kernel.org
Subject: [PATCH 9/9] update 'git apply' bash-completion according to its man page
Date: Sat, 8 Aug 2009 10:57:18 +0200 [thread overview]
Message-ID: <9f50533b0908080157r6e58a6a4rf42ff684d095c002@mail.gmail.com> (raw)
---
contrib/completion/git-completion.bash | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 8ba1249..c08422c 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -694,9 +694,15 @@ _git_apply ()
--*)
__gitcomp "
--stat --numstat --summary --check --index
- --cached --index-info --reverse --reject --unidiff-zero
- --apply --no-add --exclude=
+ --cached
+ --build-fake-ancestor=
+ --index-info --reverse --reject --unidiff-zero
+ --apply --no-add
+ --exclude=
+ --include=
--whitespace= --inaccurate-eof --verbose
+ --recount
+ --directory=
"
return
esac
--
1.6.4
next reply other threads:[~2009-08-08 8:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-08 8:57 Emmanuel Trillaud [this message]
2009-08-08 19:50 ` [PATCH 9/9] update 'git apply' bash-completion according to its man page Junio C Hamano
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=9f50533b0908080157r6e58a6a4rf42ff684d095c002@mail.gmail.com \
--to=etrillaud@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).