request-pull: allow ls-remote to notice remote.$nickname.uploadpack
commit33016c491367c5144b3007927cd76492ac193d16
authorTom Grennan <tgrennan@redback.com>
Wed, 29 Jul 2009 01:30:02 +0000 (28 18:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jul 2009 06:31:38 +0000 (28 23:31 -0700)
tree1cf7203ba782e1bf912ecf51ceacae7df92b26bb
parent54bc13ce5300bf7c2237aba3fd123dd587e56d31
request-pull: allow ls-remote to notice remote.$nickname.uploadpack

The location to pull from should be converted from the configured nickname
to URL in the message, but ls-remote should be fed the nickname so that
the command uses remote.$nickname.* variables, most notably "uploadpack".

Signed-off-by: Tom Grennan <tgrennan@redback.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-request-pull.sh