]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ap/packfile-promisor-object-optim'
authorJunio C Hamano <gitster@pobox.com>
Sun, 28 Dec 2025 08:36:16 +0000 (17:36 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Dec 2025 08:36:17 +0000 (17:36 +0900)
commitd480fd08f866ce49219e1dfa641e57b18462908b
treea6e8c442eec8717c38840a4a304686aaab1a2a0f
parentcb7c6f441e58e5d6ea25c41db0ce3331a11ecf14
parent3f5d1749e7eb8ab745b348aa138564b809957d3d
Merge branch 'ap/packfile-promisor-object-optim'

The code path that enumerates promisor objects have been optimized
to skip pointlessly parsing blob objects.

* ap/packfile-promisor-object-optim:
  packfile: skip hash checks in add_promisor_object()
  object: apply skip_hash and discard_tree optimizations to unknown blobs too
packfile.c