aboutsummaryrefslogtreecommitdiffstats
path: root/chunk-format.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King1-13/+0
2023-10-09midx: enforce chunk alignment on readingJeff King1-1/+2
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King1-2/+17
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren1-1/+0
2022-05-26chunk-format.h: extract oid_version()Taylor Blau1-0/+3
2021-02-18chunk-format: create read chunk APIDerrick Stolee1-0/+47
2021-02-18chunk-format: create chunk format write APIDerrick Stolee1-0/+21