From: Emmanuel Trillaud <etrillaud@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: git@vger.kernel.org
Subject: [PATCH 5/9] add missing long options to 'git push bash completion'
Date: Sat, 8 Aug 2009 10:56:27 +0200 [thread overview]
Message-ID: <9f50533b0908080156n3e990a69lc54e8ab4f0422d0a@mail.gmail.com> (raw)
according to git-push(1), the following long-options are missing to the bash
completion :
--porcelain
--thin
--no-thin
Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>
---
contrib/completion/git-completion.bash | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index a4e78d5..98e1185 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1296,8 +1296,10 @@ _git_push ()
;;
--*)
__gitcomp "
- --all --mirror --tags --dry-run --force --verbose
+ --all --mirror --dry-run --porcelain --tags --force --verbose
--receive-pack= --repo=
+ --thin
+ --no-thin
"
return
;;
--
1.6.4
next reply other threads:[~2009-08-08 8:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-08 8:56 Emmanuel Trillaud [this message]
2009-08-08 19:50 ` [PATCH 5/9] add missing long options to 'git push bash completion' 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=9f50533b0908080156n3e990a69lc54e8ab4f0422d0a@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