]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'am/sparse-index-name-hash-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:16 +0000 (11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:16 +0000 (11:59 -0700)
commit8ddea85fd7a13cd40f33c6dd54ed43b1a5f47d5e
tree42b9361e72a7c700cad8e9c7efde489c3b4cfec2
parent48a25bbbbb26f7d140986a9f2a1d5d6c68eec6a4
parent2e60aabc759e3467e21a98f4e739c5e9f221cd9f
Merge branch 'am/sparse-index-name-hash-fix'

Avoid adding directory path to a sparse-index tree entries to the
name-hash, since they would bloat the hashtable without anybody
querying for them.  This was done already for a single threaded
part of the code, but now the multi-threaded code also does the
same.

* am/sparse-index-name-hash-fix:
  name-hash: don't add sparse directories in threaded lazy init