On 12/12/25 2:26 AM, Junio C Hamano wrote:
* ap/packfile-promisor-object-optim (2025-12-08) 2 commits
- packfile: skip hash checks in add_promisor_object()
- object: apply skip_hash and discard_tree optimizations to unknown blobs too
The code path that enumerates promisor objects have been optimized
to skip pointlessly parsing blob objects.
Comments?
source: [ref]
Jeff King said v2 of the patch looked good to him but recommended
splitting it into two changes. I don't know if he wanted to review v3 or
if he was okay with it based on his comments on v2. The only differences
in v3 are the commit count and descriptions.
-- Aaron