mirror of
https://github.com/git/git.git
synced 2026-01-29 11:59:21 +00:00
fixup! name-hash: precompute hash values during preload-index
This commit is contained in:
@@ -319,7 +319,7 @@ void precompute_istate_hashes(struct cache_entry *ce)
|
||||
} else {
|
||||
namelen--;
|
||||
ce->precompute_hash_dir = memihash(ce->name, namelen);
|
||||
ce->precompute_hash_name = memihash2(
|
||||
ce->precompute_hash_name = memihash_cont(
|
||||
ce->precompute_hash_dir, &ce->name[namelen],
|
||||
ce_namelen(ce) - namelen);
|
||||
ce->precompute_hash_state =
|
||||
|
||||
Reference in New Issue
Block a user