aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-reach.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt1-3/+3
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-04t/helper: fix leaks in "reach" test toolPatrick Steinhardt1-0/+10
2024-09-05drop trailing newline from warning/error/die messagesJeff King1-2/+2
2024-08-14commit-reach: add get_branch_base_for_tipDerrick Stolee1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+1
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-3/+6
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-1/+1
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King1-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+0
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+8
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+7
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason1-1/+1
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee1-0/+2
2020-07-06Merge branch 'cb/is-descendant-of'Junio C Hamano1-1/+1
2020-06-23commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón1-1/+1
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-1/+1
2018-11-03test-reach: test get_reachable_subsetDerrick Stolee1-4/+30
2018-09-21commit-reach: properly peel tagsDerrick Stolee1-5/+17
2018-07-20test-reach: test commit_containsDerrick Stolee1-0/+12
2018-07-20test-reach: test can_all_from_reach_with_flagsDerrick Stolee1-2/+8
2018-07-20test-reach: test reduce_headsDerrick Stolee1-0/+4
2018-07-20test-reach: test get_merge_bases_manyDerrick Stolee1-0/+31
2018-07-20test-reach: test is_descendant_ofDerrick Stolee1-0/+8
2018-07-20test-reach: test in_merge_basesDerrick Stolee1-0/+6
2018-07-20test-reach: create new test tool for ref_newerDerrick Stolee1-0/+63