author | Daniel Barkalow <barkalow@iabervon.org> | |
Wed, 16 May 2007 02:50:19 +0000 (22:50 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 21 May 2007 04:32:57 +0000 (21:32 -0700) | ||
commit | b516968ff62ec153e008d033c153affd7ba9ddc6 | |
tree | 3079005e6676647ea8b6b4f3bddbf68cb6b1f885 | tree | snapshot |
parent | 5d46c9d41febe5fe85f94f7db2b190d8abf1e71e | commit | diff |
Update local tracking refs when pushing
This also adds a --remote option to send-pack, which specifies the
configured remote being used. It is provided automatically by
git-push, and must match the url (which is still needed, since there
could be multiple urls).
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This also adds a --remote option to send-pack, which specifies the
configured remote being used. It is provided automatically by
git-push, and must match the url (which is still needed, since there
could be multiple urls).
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-push.c | diff | blob | history | |
send-pack.c | diff | blob | history |