]> git.ipfire.org Git - thirdparty/git.git/commit - git-fetch.sh
fetch: Reset remote refs list each time fetch_main is called
authorSanti Béjar <sbejar@gmail.com>
Fri, 29 Sep 2006 18:05:40 +0000 (20:05 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Sep 2006 01:54:13 +0000 (18:54 -0700)
commit4839bd8a6605e0c9c5c68ddec40d2a1a5ddd57d8
tree181f8521dc33d99a730e920834df464c0f74574a
parent18b633cafcd43b83d752738fea62f185d4de1b91
fetch: Reset remote refs list each time fetch_main is called

This prevents the fetch of the heads again in the second call of fetch_main.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh