aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-read-graph.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-14/+51
2024-06-25t/helper/test-read-graph: implement `bloom-filters` modeTaylor Blau1-5/+37
2024-06-25t/helper/test-read-graph.c: extract `dump_graph_info()`Taylor Blau1-13/+18
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-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+1
2023-03-28t/helper: mark unused argv/argc argumentsJeff King1-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
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee1-0/+13
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-0/+4
2020-09-09t/helper/test-read-graph.c: prepare repo settingsTaylor Blau1-1/+2
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-0/+4
2020-04-15t/helper/test-read-graph.c: support commit-graph chainsTaylor Blau1-12/+1
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh1-0/+4
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau1-3/+3
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-0/+53