summaryrefslogtreecommitdiff
path: root/chunk-format.h
AgeCommit message (Expand)Author
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King
2023-10-09midx: enforce chunk alignment on readingJeff King
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren
2022-05-26chunk-format.h: extract oid_version()Taylor Blau
2021-02-18chunk-format: create read chunk APIDerrick Stolee
2021-02-18chunk-format: create chunk format write APIDerrick Stolee