summaryrefslogtreecommitdiffstats
path: root/builtin/bisect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-15/+18
|\
| * cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+6
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-9/+10
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'rj/bisect-already-used-branch'Junio C Hamano2023-03-191-1/+2
|\ \
| * | bisect: fix "reset" when branch is checked out elsewhereRubén Justo2023-01-221-1/+2
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* bisect: remove Cogito-related codeJohannes Schindelin2023-01-131-8/+0
* bisect run: fix the error messageJohannes Schindelin2023-01-131-1/+1
* bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason2023-01-131-15/+18
* bisect--helper: simplify exit code computationJohannes Schindelin2023-01-131-8/+1
* Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-0/+1451