Update local tracking refs when pushing
commitb516968ff62ec153e008d033c153affd7ba9ddc6
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 16 May 2007 02:50:19 +0000 (15 22:50 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 May 2007 04:32:57 +0000 (20 21:32 -0700)
tree3079005e6676647ea8b6b4f3bddbf68cb6b1f885
parent5d46c9d41febe5fe85f94f7db2b190d8abf1e71e
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>
builtin-push.c
send-pack.c