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