| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2023-10-09 | chunk-format: drop pair_chunk_unsafe() | Jeff King | 1 | -8/+0 |
| 2023-10-09 | midx: enforce chunk alignment on reading | Jeff King | 1 | -1/+7 |
| 2023-10-09 | chunk-format: note that pair_chunk() is unsafe | Jeff King | 1 | -4/+20 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | csum-file.h: remove unnecessary inclusion of cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2022-05-26 | chunk-format.h: extract oid_version() | Taylor Blau | 1 | -0/+12 |
| 2021-05-19 | csum-file.h: increase hashfile buffer size | Derrick Stolee | 1 | -4/+8 |
| 2021-02-18 | chunk-format: restore duplicate chunk checks | Derrick Stolee | 1 | -0/+9 |
| 2021-02-18 | chunk-format: create read chunk API | Derrick Stolee | 1 | -0/+80 |
| 2021-02-18 | chunk-format: create chunk format write API | Derrick Stolee | 1 | -0/+90 |