summaryrefslogtreecommitdiff
path: root/builtin/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24copy.h: move declarations for copy.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-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-15/+18
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+6
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-9/+10
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-19Merge branch 'rj/bisect-already-used-branch'Junio C Hamano1-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-22bisect: fix "reset" when branch is checked out elsewhereRubén Justo1-1/+2
2023-01-13bisect: remove Cogito-related codeJohannes Schindelin1-8/+0
2023-01-13bisect run: fix the error messageJohannes Schindelin1-1/+1
2023-01-13bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason1-15/+18
2023-01-13bisect--helper: simplify exit code computationJohannes Schindelin1-8/+1
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin1-0/+1451