aboutsummaryrefslogtreecommitdiffstats
path: root/oid-array.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02oid-array: teach oid-array to handle multiple kinds of oidsEric W. Biederman1-2/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2021-01-28oid_pos(): access table through const pointersJeff King1-2/+2
2021-01-28hash_pos(): convert to oid_pos()Jeff King1-3/+3
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren1-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren1-1/+1
2020-12-07oid-array: provide a for-loop iteratorJeff King1-5/+2
2020-12-04oid-array: make sort function publicJeff King1-5/+5
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-0/+96