aboutsummaryrefslogtreecommitdiff
path: root/t/helper/test-reach.c
AgeCommit message (Expand)Author
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-12-25test-reach: use commit_stackRené Scharfe
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04t/helper: fix leaks in "reach" test toolPatrick Steinhardt
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-08-14commit-reach: add get_branch_base_for_tipDerrick Stolee
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee
2020-07-06Merge branch 'cb/is-descendant-of'Junio C Hamano
2020-06-23commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar
2018-11-03test-reach: test get_reachable_subsetDerrick Stolee
2018-09-21commit-reach: properly peel tagsDerrick Stolee
2018-07-20test-reach: test commit_containsDerrick Stolee
2018-07-20test-reach: test can_all_from_reach_with_flagsDerrick Stolee
2018-07-20test-reach: test reduce_headsDerrick Stolee
2018-07-20test-reach: test get_merge_bases_manyDerrick Stolee
2018-07-20test-reach: test is_descendant_ofDerrick Stolee
2018-07-20test-reach: test in_merge_basesDerrick Stolee
2018-07-20test-reach: create new test tool for ref_newerDerrick Stolee