Fix tag following
commit420e9af498848f9a3994ecb471dc51d5203f51cd
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 18 Mar 2008 02:15:02 +0000 (17 22:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Mar 2008 08:43:02 +0000 (19 01:43 -0700)
treeebe5680f27e0092916a13c5967770882f14b5c4f
parent7d004199d134c9d465e013064f72dbc04507f6c0
Fix tag following

Before the second fetch-pack connection in the same process, unmark
all of the objects marked in the first connection, in order that we'll
list them as things we have instead of thinking we've already
mentioned them.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch-pack.c