mirror of
https://github.com/git/git.git
synced 2026-01-29 03:52:00 +00:00
Add variant of memihash() to allow the hash computation to be continued. There are times when we compute the hash on a full path and then the hash on just the path to the parent directory. This can be expensive on large repositories. With this, we can hash the parent directory first. And then continue the computation to include the "/filename". Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
6.3 KiB
6.3 KiB