summaryrefslogtreecommitdiffstats
path: root/builtin/bisect.c
AgeCommit message (Expand)AuthorLines
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt-10/+27
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano-12/+5
2025-11-05Merge branch 'rz/t0450-bisect-doc-update'Junio C Hamano-8/+13
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-12/+5
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong-8/+13
2025-10-22bisect: fix handling of `help` and invalid subcommandsRuoyu Zhong-1/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2024-11-26builtin: pass repository to sub commandsKarthik Nayak-11/+21
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-09-05drop trailing newline from warning/error/die messagesJeff King-2/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+3
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-18/+26
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano-6/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-20Merge branch 'jk/bisect-reset-fix'Junio C Hamano-5/+4
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt-6/+2
2023-12-09bisect: always clean on resetJeff King-5/+4
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora-2/+2
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+0
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-15/+18
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+6
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-9/+10
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-19Merge branch 'rj/bisect-already-used-branch'Junio C Hamano-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-01-22bisect: fix "reset" when branch is checked out elsewhereRubén Justo-1/+2
2023-01-13bisect: remove Cogito-related codeJohannes Schindelin-8/+0
2023-01-13bisect run: fix the error messageJohannes Schindelin-1/+1
2023-01-13bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason-15/+18
2023-01-13bisect--helper: simplify exit code computationJohannes Schindelin-8/+1
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin-0/+1451