summaryrefslogtreecommitdiffstats
path: root/hash-lookup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+2
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* oid_pos(): access table through const pointersJeff King2021-01-281-1/+1
* hash_pos(): convert to oid_pos()Jeff King2021-01-281-9/+9
* hash-lookup: rename from sha1-lookupMartin Ă…gren2021-01-041-0/+129