aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-12/+5
2025-11-05Merge branch 'rz/t0450-bisect-doc-update'Junio C Hamano1-8/+13
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-12/+5
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong1-8/+13
2025-10-22bisect: fix handling of `help` and invalid subcommandsRuoyu Zhong1-1/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-11/+21
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-05drop trailing newline from warning/error/die messagesJeff King1-2/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+3
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-18/+26
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano1-6/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-20Merge branch 'jk/bisect-reset-fix'Junio C Hamano1-5/+4
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt1-6/+2
2023-12-09bisect: always clean on resetJeff King1-5/+4
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora1-2/+2
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
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