Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: push --set-upstream
author
Teemu Matilainen
<teemu.matilainen@iki.fi>
Thu, 6 Oct 2011 18:40:31 +0000
(21:40 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 6 Oct 2011 22:12:31 +0000
(15:12 -0700)
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ec014ea
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 840ae38760a5de84b369b208a52cc579ce478378..b34384ff24fe9daec1008128bcd6d64c68439233 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1796,7
+1796,7
@@
_git_push ()
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
- --receive-pack= --repo=
+ --receive-pack= --repo=
--set-upstream
"
return
;;