All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bash: support --delete and --set-upstream for push
@ 2010-03-13  7:10 Björn Gustavsson
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Gustavsson @ 2010-03-13  7:10 UTC (permalink / raw
  To: Shawn O. Pearce; +Cc: git

Signed-off-by: Björn Gustavsson <bgustavsson@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 fe93747..c3b4ffc 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1359,7 +1359,7 @@ _git_push ()
 	--*)
 		__gitcomp "
 			--all --mirror --tags --dry-run --force --verbose
-			--receive-pack= --repo=
+			--receive-pack= --repo= --delete --set-upstream
 		"
 		return
 		;;
-- 
1.7.0.2.157.gb7e7f

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] bash: support --delete and --set-upstream for push
@ 2010-04-02 10:13 Björn Gustavsson
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Gustavsson @ 2010-04-02 10:13 UTC (permalink / raw
  To: Shawn O. Pearce; +Cc: git

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
---
(This is a resend. My original emails seems to have been lost or forgotten.)

 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 fe93747..c3b4ffc 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1359,7 +1359,7 @@ _git_push ()
 	--*)
 		__gitcomp "
 			--all --mirror --tags --dry-run --force --verbose
-			--receive-pack= --repo=
+			--receive-pack= --repo= --delete --set-upstream
 		"
 		return
 		;;
-- 
1.7.0.2.157.gb7e7f

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-02 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13  7:10 [PATCH] bash: support --delete and --set-upstream for push Björn Gustavsson
  -- strict thread matches above, loose matches on Subject: below --
2010-04-02 10:13 Björn Gustavsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.