| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-06-14 | global: ensure that object IDs are always padded | Patrick Steinhardt | 1 | -7/+1 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | symlinks.h: move declarations for symlinks.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from 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 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2022-07-14 | checkout: fix two bugs on the final count of updated entries | Matheus Tavares | 1 | -3/+7 |
| 2022-02-04 | i18n: factorize "invalid value" messages | Jean-Noël Avila | 1 | -2/+2 |
| 2021-11-29 | Merge branch 'mc/clean-smudge-with-llp64' | Junio C Hamano | 1 | -1/+1 |
| 2021-11-03 | odb: teach read_blob_entry to use size_t | Matt Cooper | 1 | -1/+1 |
| 2021-10-15 | pkt-line.[ch]: remove unused packet_read_line_buf() | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2021-05-18 | parallel-checkout: send the new object_id algo field to the workers | Matheus Tavares | 1 | -7/+6 |
| 2021-05-05 | ci: run test round with parallel-checkout enabled | Matheus Tavares | 1 | -0/+14 |
| 2021-05-05 | parallel-checkout: add tests related to path collisions | Matheus Tavares | 1 | -0/+4 |
| 2021-04-19 | parallel-checkout: support progress displaying | Matheus Tavares | 1 | -3/+31 |
| 2021-04-19 | parallel-checkout: add configuration options | Matheus Tavares | 1 | -5/+19 |
| 2021-04-19 | parallel-checkout: make it truly parallel | Matheus Tavares | 1 | -26/+274 |
| 2021-04-19 | unpack-trees: add basic support for parallel checkout | Matheus Tavares | 1 | -0/+365 |