author | Daniel Barkalow <barkalow@iabervon.org> | |
Tue, 18 Mar 2008 02:15:02 +0000 (22:15 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Mar 2008 08:43:02 +0000 (01:43 -0700) | ||
commit | 420e9af498848f9a3994ecb471dc51d5203f51cd | |
tree | ebe5680f27e0092916a13c5967770882f14b5c4f | tree | snapshot |
parent | 7d004199d134c9d465e013064f72dbc04507f6c0 | commit | diff |
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>
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 | diff | blob | history |