summaryrefslogtreecommitdiffstats
path: root/bisect.c
AgeCommit message (Expand)AuthorLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-14/+10
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King-4/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-3/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt-1/+1
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt-1/+1
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt-4/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt-2/+0
2024-11-21bisect: fix various cases where we leak commit list itemsPatrick Steinhardt-8/+22
2024-11-21bisect: fix leaking commit list items in `check_merge_base()`Patrick Steinhardt-2/+2
2024-11-21bisect: fix multiple leaks in `bisect_next_all()`Patrick Steinhardt-2/+3
2024-11-21bisect: fix leaking `current_bad_oid`Patrick Steinhardt-0/+1
2024-11-21bisect: fix leaking string in `handle_bad_merge_base()`Patrick Steinhardt-0/+2
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt-5/+9
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano-11/+1
2024-09-04wrapper: introduce `log2u()`Patrick Steinhardt-11/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-8/+17
2024-04-15bisect: report the found commit with "show"Peter Krefting-15/+24
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin-3/+4
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano-0/+3
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin-0/+3
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt-21/+4
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-4/+7
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+3
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-01-13bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin-3/+0
2022-10-30replace and remove run_command_v_opt()René Scharfe-4/+5
2022-10-30bisect: simplify building "checkout" argument listRené Scharfe-5/+4
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-3/+3
2022-08-19refs: mark unused each_ref_fn parametersJeff King-3/+4
2022-08-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason-2/+4
2022-08-03bisect.c: partially fix bisect_rev_setup() memory leakÆvar Arnfjörð Bjarmason-9/+13
2022-08-03bisect.c: add missing "goto" for release_revisions()Ævar Arnfjörð Bjarmason-1/+1
2022-04-13revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason-6/+12
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason-0/+2
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe-1/+2