index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-reach.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-07
Merge branch 'kk/commit-reach-optim'
Junio C Hamano
1
-25
/
+76
2026-05-31
Merge branch 'kk/tips-reachable-from-bases-optim'
Junio C Hamano
1
-12
/
+11
2026-05-26
commit-reach: replace queue_has_nonstale() scan with O(1) tracking
Kristofer Karlsson
1
-31
/
+65
2026-05-26
commit-reach: deduplicate queue entries in paint_down_to_common
Kristofer Karlsson
1
-5
/
+22
2026-05-17
commit-reach: use object flags for tips_reachable_from_bases()
Kristofer Karlsson
1
-12
/
+11
2026-05-12
commit-reach: early exit paint_down_to_common for single merge-base
Kristofer Karlsson
1
-4
/
+15
2026-05-12
commit-reach: introduce merge_base_flags enum
Kristofer Karlsson
1
-8
/
+15
2026-03-19
commit-reach: simplify cleanup of remaining bitmaps in ahead_behind ()
René Scharfe
1
-4
/
+2
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-15
/
+15
2025-12-25
commit-reach: use commit_stack
René Scharfe
1
-13
/
+12
2025-10-24
commit-reach: avoid commit_list_insert_by_date()
René Scharfe
1
-5
/
+9
2024-12-27
commit-reach: use `size_t` to track indices when computing merge bases
Patrick Steinhardt
1
-4
/
+3
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
1
-4
/
+4
2024-12-27
commit-reach: use `size_t` to track indices in `remove_redundant()`
Patrick Steinhardt
1
-23
/
+30
2024-12-27
commit-reach: fix type of `min_commit_date`
Patrick Steinhardt
1
-2
/
+2
2024-12-27
commit-reach: fix index used to loop through unsigned integer
Patrick Steinhardt
1
-2
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-08-26
Merge branch 'ds/for-each-ref-is-base'
Junio C Hamano
1
-0
/
+126
2024-08-14
commit-reach: add get_branch_base_for_tip
Derrick Stolee
1
-0
/
+126
2024-08-01
commit-reach: fix trivial memory leak when computing reachability
Patrick Steinhardt
1
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-27
commit-reach: fix memory leak in `ahead_behind()`
Patrick Steinhardt
1
-0
/
+4
2024-02-29
commit-reach(repo_get_merge_bases_many_dirty): pass on errors
Johannes Schindelin
1
-10
/
+6
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
1
-10
/
+6
2024-02-29
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-9
/
+11
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-12
/
+11
2024-02-29
commit-reach(get_merge_bases_many_0): pass on "missing commits" errors
Johannes Schindelin
1
-21
/
+36
2024-02-29
commit-reach(merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
1
-13
/
+22
2024-02-29
commit-reach(paint_down_to_common): start reporting errors
Johannes Schindelin
1
-21
/
+45
2024-02-29
commit-reach(paint_down_to_common): prepare for handling shallow commits
Johannes Schindelin
1
-4
/
+12
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-2
/
+6
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
1
-4
/
+5
2024-02-28
commit-reach(paint_down_to_common): plug two memory leaks
Johannes Schindelin
1
-1
/
+4
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-03
commit-reach: free temporary list in get_octopus_merge_bases()
Jeff King
1
-0
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-20
Merge branch 'mh/commit-reach-get-reachable-plug-leak'
Junio C Hamano
1
-0
/
+2
2023-06-04
commit-reach: fix memory leak in get_reachable_subset()
Mike Hommey
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-10
/
+11
2023-04-06
Merge branch 'ds/ahead-behind'
Junio C Hamano
1
-0
/
+216
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-20
commit-reach: add tips_reachable_from_bases()
Derrick Stolee
1
-0
/
+113
2023-03-20
commit-reach: implement ahead_behind() logic
Derrick Stolee
1
-0
/
+103
2023-03-19
Merge branch 'ew/commit-reach-clean-up-flags-fix'
Junio C Hamano
1
-2
/
+6
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
/
+2
2023-02-11
commit-reach: avoid NULL dereference
Eric Wong
1
-2
/
+6
2023-01-09
use DUP_ARRAY
René Scharfe
1
-2
/
+1
[next]