Code

git-fetch: reuse ls-remote result.
authorJunio C Hamano <junkio@cox.net>
Thu, 23 Nov 2006 05:57:14 +0000 (21:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 00:54:54 +0000 (16:54 -0800)
commit28b8e61fc63b6776a91e8afd03c7171fbf0779b0
tree6c83f17c49a29f8c10755eed696855bde7a4f769
parent4769489a412fb0decbd73ce59a6756985d0d6bc4
git-fetch: reuse ls-remote result.

This will become necessary to update the dumb protocol
transports to fetch from a repository with packed and then
pruned tags.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh