aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-fast-rebase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-26replay: introduce new builtinElijah Newren1-234/+0
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren1-8/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+11
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+5
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+6
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-03-21treewide: be explicit about dependence on gettext.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-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-03test-fast-rebase helper: use release_revisions() (again)Ævar Arnfjörð Bjarmason1-2/+0
2022-04-13revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason1-5/+13
2022-04-13t/helper/test-fast-rebase.c: don't leak "struct strbuf"Ævar Arnfjörð Bjarmason1-2/+3
2021-05-20fast-rebase: write conflict state to working tree, index, and HEADElijah Newren1-19/+32
2021-05-20fast-rebase: change assert() to BUG()Elijah Newren1-1/+2
2020-10-29fast-rebase: demonstrate merge-ort's API via new test-tool commandElijah Newren1-0/+211