summaryrefslogtreecommitdiffstats
path: root/chunk-format.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* chunk-format: drop pair_chunk_unsafe()Jeff King2023-10-101-8/+0
* midx: enforce chunk alignment on readingJeff King2023-10-101-1/+7
* chunk-format: note that pair_chunk() is unsafeJeff King2023-10-101-4/+20
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* chunk-format.h: extract oid_version()Taylor Blau2022-05-271-0/+12
* csum-file.h: increase hashfile buffer sizeDerrick Stolee2021-05-191-4/+8
* chunk-format: restore duplicate chunk checksDerrick Stolee2021-02-181-0/+9
* chunk-format: create read chunk APIDerrick Stolee2021-02-181-0/+80
* chunk-format: create chunk format write APIDerrick Stolee2021-02-181-0/+90