Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tm/completion-push-set-upstream'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 18 Oct 2011 04:37:11 +0000
(21:37 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 18 Oct 2011 04:37:11 +0000
(21:37 -0700)
* tm/completion-push-set-upstream:
completion: push --set-upstream
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
(from parent 1:
c795df7
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 847e6e9aa4c6262d26e45f5414b110448d460100..344119b1b7be234b1c4a87148ce5c0d4ca0d3225 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1730,7
+1730,7
@@
_git_push ()
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
- --receive-pack= --repo=
+ --receive-pack= --repo=
--set-upstream
"
return
;;