summaryrefslogtreecommitdiff
path: root/t/helper/test-dump-cache-tree.c
AgeCommit message (Expand)Author
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28t/helper: mark unused argv/argc argumentsJeff King
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-07-01test-tool {dump,scrap}-cache-tree: fix memory leaksÆvar Arnfjörð Bjarmason
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-03-27t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2016-10-26test-*-cache-tree: setup git dirJeff King
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy