Use stdin reflist passing in git-fetch.sh
commit617669da4f80ecf05db7ef1976b56260e2124cc2
authorJulian Phillips <jp3@quantumfyre.co.uk>
Tue, 13 Feb 2007 01:21:41 +0000 (13 01:21 +0000)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 05:43:53 +0000 (13 21:43 -0800)
tree9c161df5bfb606e200303a58b59e838c10232360
parent95339912b97279c29bd842fe036c70fca33d0d66
Use stdin reflist passing in git-fetch.sh

Use the new stdin reflist passing mechanism for the call to
fetch--tool parse-reflist, allowing passing of more than ~128K
of reflist data.

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh