* [PATCH 5/9] add missing long options to 'git push bash completion'
@ 2009-08-08 8:56 Emmanuel Trillaud
2009-08-08 19:50 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Emmanuel Trillaud @ 2009-08-08 8:56 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: git
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-08 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08 8:56 [PATCH 5/9] add missing long options to 'git push bash completion' Emmanuel Trillaud
2009-08-08 19:50 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox