index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
helper
/
test-reach.c
Age
Commit message (
Expand
)
Author
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2025-12-25
test-reach: use commit_stack
René Scharfe
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
2024-12-27
commit-reach: use `size_t` to track indices when computing merge bases
Patrick Steinhardt
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-04
t/helper: fix leaks in "reach" test tool
Patrick Steinhardt
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
2024-08-14
commit-reach: add get_branch_base_for_tip
Derrick Stolee
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2021-06-09
builtins + test helpers: use return instead of exit() in cmd_*
Ævar Arnfjörð Bjarmason
2020-10-02
commit-reach: fix in_merge_bases_many bug
Derrick Stolee
2020-07-06
Merge branch 'cb/is-descendant-of'
Junio C Hamano
2020-06-23
commit-reach: avoid is_descendant_of() shim
Carlo Marcelo Arenas Belón
2020-06-17
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2018-11-03
test-reach: test get_reachable_subset
Derrick Stolee
2018-09-21
commit-reach: properly peel tags
Derrick Stolee
2018-07-20
test-reach: test commit_contains
Derrick Stolee
2018-07-20
test-reach: test can_all_from_reach_with_flags
Derrick Stolee
2018-07-20
test-reach: test reduce_heads
Derrick Stolee
2018-07-20
test-reach: test get_merge_bases_many
Derrick Stolee
2018-07-20
test-reach: test is_descendant_of
Derrick Stolee
2018-07-20
test-reach: test in_merge_bases
Derrick Stolee
2018-07-20
test-reach: create new test tool for ref_newer
Derrick Stolee