From: Jonathan Tan Date: Fri, 8 Dec 2017 15:27:16 +0000 (+0000) Subject: gc: do not repack promisor packfiles X-Git-Tag: v2.17.0-rc0~133^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0c16cd499dee09b7fc6dd10cb6a476e96c147ef6?hp=0c16cd499dee09b7fc6dd10cb6a476e96c147ef6 gc: do not repack promisor packfiles 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 Signed-off-by: Jeff Hostetler Signed-off-by: Junio C Hamano ---