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
*
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
*
|
|
Merge branch 'ak/commit-graph-to-slab'
Junio C Hamano
2020-07-07
1
-26
/
+43
|
\
\
\
|
*
|
|
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
2020-06-17
1
-21
/
+38
|
*
|
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-25
/
+25
*
|
|
|
Merge branch 'rs/commit-reach-leakfix'
Junio C Hamano
2020-06-29
1
-1
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
commit-reach: plug minor memory leak after using is_descendant_of()
René Scharfe
2020-06-19
1
-1
/
+4
|
|
/
/
*
|
|
commit-reach: use fast logic in repo_in_merge_base
Derrick Stolee
2020-06-17
1
-2
/
+10
*
|
|
commit-reach: create repo_is_descendant_of()
Derrick Stolee
2020-06-17
1
-2
/
+9
|
/
/
*
|
commit-graph: fix writing first commit-graph during fetch
Derrick Stolee
2019-10-25
1
-1
/
+0
*
|
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-30
/
+43
|
\
\
|
*
|
commit-reach: prepare in_merge_bases[_many] to handle any repo
Stefan Beller
2018-11-14
1
-6
/
+9
|
*
|
commit-reach: prepare get_merge_bases to handle any repo
Stefan Beller
2018-11-14
1
-10
/
+14
|
*
|
commit-reach.c: allow get_merge_bases_many_0 to handle any repo
Stefan Beller
2018-11-14
1
-6
/
+7
|
*
|
commit-reach.c: allow remove_redundant to handle any repo
Stefan Beller
2018-11-14
1
-5
/
+5
|
*
|
commit-reach.c: allow merge_bases_many to handle any repo
Stefan Beller
2018-11-14
1
-5
/
+7
|
*
|
commit-reach.c: allow paint_down_to_common to handle any repo
Stefan Beller
2018-11-14
1
-6
/
+9
*
|
|
commit-reach: implement get_reachable_subset
Derrick Stolee
2018-11-02
1
-0
/
+69
*
|
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-10-30
1
-2
/
+2
|
\
\
\
|
*
|
|
commit-reach: fix cast in compare_commits_by_gen()
René Scharfe
2018-10-23
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
commit-reach: fix first-parent heuristic
Derrick Stolee
2018-10-19
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge branch 'jk/oideq-hasheq-cleanup'
Junio C Hamano
2018-10-16
1
-1
/
+1
|
\
\
|
*
|
more oideq/hasheq conversions
Jeff King
2018-10-04
1
-1
/
+1
*
|
|
Merge branch 'ds/reachable-final-cleanup'
Junio C Hamano
2018-10-16
1
-5
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
commit-reach: cleanups in can_all_from_reach...
Derrick Stolee
2018-09-25
1
-5
/
+3
|
|
/
*
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-24
1
-7
/
+34
|
\
|
|
*
commit-reach: fix memory and flag leaks
Derrick Stolee
2018-09-21
1
-0
/
+5
|
*
commit-reach: properly peel tags
Derrick Stolee
2018-09-21
1
-7
/
+29
*
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-1
/
+4
|
/
[next]