aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-repository.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-01t/test-repository: fix leaking repositoryPatrick Steinhardt1-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
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-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2020-02-24t/helper: make repository tests hash independentbrian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessarybrian m. carlson1-0/+4
2018-12-28t/helper/test-repository: celebrate independence from the_repositoryStefan Beller1-0/+10
2018-08-21test-repository: properly init repoDerrick Stolee1-2/+8
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-0/+82