index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-reach.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit-reach: use `size_t` to track indices when computing merge bases
Patrick Steinhardt
2024-12-27
1
-4
/
+3
*
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
2024-12-27
1
-4
/
+4
*
commit-reach: use `size_t` to track indices in `remove_redundant()`
Patrick Steinhardt
2024-12-27
1
-23
/
+30
*
commit-reach: fix type of `min_commit_date`
Patrick Steinhardt
2024-12-27
1
-2
/
+2
*
commit-reach: fix index used to loop through unsigned integer
Patrick Steinhardt
2024-12-27
1
-2
/
+1
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
Merge branch 'ds/for-each-ref-is-base'
Junio C Hamano
2024-08-26
1
-0
/
+126
|
\
|
*
commit-reach: add get_branch_base_for_tip
Derrick Stolee
2024-08-14
1
-0
/
+126
*
|
commit-reach: fix trivial memory leak when computing reachability
Patrick Steinhardt
2024-08-01
1
-0
/
+1
|
/
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
commit-reach: fix memory leak in `ahead_behind()`
Patrick Steinhardt
2024-05-27
1
-0
/
+4
*
commit-reach(repo_get_merge_bases_many_dirty): pass on errors
Johannes Schindelin
2024-02-29
1
-10
/
+6
*
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-10
/
+6
*
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-9
/
+11
*
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-12
/
+11
*
commit-reach(get_merge_bases_many_0): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-21
/
+36
*
commit-reach(merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-13
/
+22
*
commit-reach(paint_down_to_common): start reporting errors
Johannes Schindelin
2024-02-29
1
-21
/
+45
*
commit-reach(paint_down_to_common): prepare for handling shallow commits
Johannes Schindelin
2024-02-29
1
-4
/
+12
*
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-2
/
+6
*
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
2024-02-28
1
-4
/
+5
*
commit-reach(paint_down_to_common): plug two memory leaks
Johannes Schindelin
2024-02-28
1
-1
/
+4
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
commit-reach: free temporary list in get_octopus_merge_bases()
Jeff King
2023-10-03
1
-0
/
+1
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
Merge branch 'mh/commit-reach-get-reachable-plug-leak'
Junio C Hamano
2023-06-21
1
-0
/
+2
|
\
|
*
commit-reach: fix memory leak in get_reachable_subset()
Mike Hommey
2023-06-04
1
-0
/
+2
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-10
/
+11
|
\
\
|
*
|
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-8
/
+8
|
*
|
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
|
/
*
|
Merge branch 'ds/ahead-behind'
Junio C Hamano
2023-04-06
1
-0
/
+216
|
\
\
|
*
|
commit-reach: add tips_reachable_from_bases()
Derrick Stolee
2023-03-20
1
-0
/
+113
|
*
|
commit-reach: implement ahead_behind() logic
Derrick Stolee
2023-03-20
1
-0
/
+103
|
|
/
*
|
Merge branch 'ew/commit-reach-clean-up-flags-fix'
Junio C Hamano
2023-03-19
1
-2
/
+6
|
\
\
|
*
|
commit-reach: avoid NULL dereference
Eric Wong
2023-02-11
1
-2
/
+6
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
|
/
|
/
|
*
|
use DUP_ARRAY
René Scharfe
2023-01-09
1
-2
/
+1
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-3
/
+3
*
|
commit-reach: stale commits may prune generation further
Derrick Stolee
2021-02-22
1
-7
/
+21
*
|
commit-reach: use heuristic in remove_redundant()
Derrick Stolee
2021-02-22
1
-16
/
+56
*
|
commit-reach: move compare_commits_by_gen
Derrick Stolee
2021-02-22
1
-15
/
+15
*
|
commit-reach: use one walk in remove_redundant()
Derrick Stolee
2021-02-22
1
-8
/
+96
*
|
commit-reach: reduce requirements for remove_redundant()
Derrick Stolee
2021-02-01
1
-6
/
+4
*
|
commit-reach: use corrected commit dates in paint_down_to_common()
Abhishek Kumar
2021-01-19
1
-1
/
+1
*
|
commit-graph: return 64-bit generation number
Abhishek Kumar
2021-01-19
1
-18
/
+18
*
|
commit-reach: fix in_merge_bases_many bug
Derrick Stolee
2020-10-02
1
-4
/
+4
*
|
Merge branch 'cb/is-descendant-of'
Junio C Hamano
2020-07-07
1
-10
/
+6
|
\
\
|
*
|
commit-reach: avoid is_descendant_of() shim
Carlo Marcelo Arenas Belón
2020-06-24
1
-10
/
+6
[next]