summaryrefslogtreecommitdiff
path: root/t/helper/test-fast-rebase.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-8/+11
|\
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+6
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
* cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
* test-fast-rebase helper: use release_revisions() (again)Ævar Arnfjörð Bjarmason2022-08-031-2/+0
* revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-5/+13
* t/helper/test-fast-rebase.c: don't leak "struct strbuf"Ævar Arnfjörð Bjarmason2022-04-131-2/+3
* fast-rebase: write conflict state to working tree, index, and HEADElijah Newren2021-05-201-19/+32
* fast-rebase: change assert() to BUG()Elijah Newren2021-05-201-1/+2
* fast-rebase: demonstrate merge-ort's API via new test-tool commandElijah Newren2020-10-291-0/+211