gc: do not repack promisor packfiles
authorJonathan Tan <jonathantanmy@google.com>
Fri, 8 Dec 2017 15:27:16 +0000 (15:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Dec 2017 17:52:42 +0000 (09:52 -0800)
Teach gc to stop traversal at promisor objects, and to leave promisor
packfiles alone. This has the effect of only repacking non-promisor
packfiles, and preserves the distinction between promisor packfiles and
non-promisor packfiles.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found