summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec014ea)
raw | patch | inline | side by side (parent: ec014ea)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index 840ae38760a5de84b369b208a52cc579ce478378..b34384ff24fe9daec1008128bcd6d64c68439233 100755 (executable)
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
- --receive-pack= --repo=
+ --receive-pack= --repo= --set-upstream
"
return
;;