summaryrefslogtreecommitdiff
path: root/t/helper/test-pack-mtimes.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt1-1/+1
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-1/+1
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano1-1/+1
2025-04-21global: mark usage strings and string tables constAhelenia ZiemiaƄska1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-1/+0
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-05-26t/helper: add 'pack-mtimes' test-toolTaylor Blau1-0/+56