summaryrefslogtreecommitdiff
path: root/commit-reach.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-3/+3
2021-02-22commit-reach: stale commits may prune generation furtherLibravatar Derrick Stolee1-7/+21
2021-02-22commit-reach: use heuristic in remove_redundant()Libravatar Derrick Stolee1-16/+56
2021-02-22commit-reach: move compare_commits_by_genLibravatar Derrick Stolee1-15/+15
2021-02-22commit-reach: use one walk in remove_redundant()Libravatar Derrick Stolee1-8/+96
2021-02-01commit-reach: reduce requirements for remove_redundant()Libravatar Derrick Stolee1-6/+4
2021-01-18commit-reach: use corrected commit dates in paint_down_to_common()Libravatar Abhishek Kumar1-1/+1
2021-01-18commit-graph: return 64-bit generation numberLibravatar Abhishek Kumar1-18/+18
2020-10-02commit-reach: fix in_merge_bases_many bugLibravatar Derrick Stolee1-4/+4
2020-07-06Merge branch 'cb/is-descendant-of'Libravatar Junio C Hamano1-10/+6
2020-07-06Merge branch 'ak/commit-graph-to-slab'Libravatar Junio C Hamano1-26/+43
2020-06-29Merge branch 'rs/commit-reach-leakfix'Libravatar Junio C Hamano1-1/+4
2020-06-23commit-reach: avoid is_descendant_of() shimLibravatar Carlo Marcelo Arenas Belón1-10/+6
2020-06-19commit-reach: plug minor memory leak after using is_descendant_of()Libravatar René Scharfe1-1/+4
2020-06-17commit-graph: minimize commit_graph_data_slab accessLibravatar Abhishek Kumar1-21/+38
2020-06-17commit: move members graph_pos, generation to a slabLibravatar Abhishek Kumar1-25/+25
2020-06-17commit-reach: use fast logic in repo_in_merge_baseLibravatar Derrick Stolee1-2/+10
2020-06-17commit-reach: create repo_is_descendant_of()Libravatar Derrick Stolee1-2/+9
2019-10-25commit-graph: fix writing first commit-graph during fetchLibravatar Derrick Stolee1-1/+0
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-30/+43
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoLibravatar Stefan Beller1-6/+9
2018-11-14commit-reach: prepare get_merge_bases to handle any repoLibravatar Stefan Beller1-10/+14
2018-11-14commit-reach.c: allow get_merge_bases_many_0 to handle any repoLibravatar Stefan Beller1-6/+7
2018-11-14commit-reach.c: allow remove_redundant to handle any repoLibravatar Stefan Beller1-5/+5
2018-11-14commit-reach.c: allow merge_bases_many to handle any repoLibravatar Stefan Beller1-5/+7
2018-11-14commit-reach.c: allow paint_down_to_common to handle any repoLibravatar Stefan Beller1-6/+9
2018-11-03commit-reach: implement get_reachable_subsetLibravatar Derrick Stolee1-0/+69
2018-10-30Merge branch 'ds/reachable'Libravatar Junio C Hamano1-2/+2
2018-10-23commit-reach: fix cast in compare_commits_by_gen()Libravatar René Scharfe1-2/+2
2018-10-19commit-reach: fix first-parent heuristicLibravatar Derrick Stolee1-1/+3
2018-10-16Merge branch 'jk/oideq-hasheq-cleanup'Libravatar Junio C Hamano1-1/+1
2018-10-16Merge branch 'ds/reachable-final-cleanup'Libravatar Junio C Hamano1-5/+3
2018-10-04more oideq/hasheq conversionsLibravatar Jeff King1-1/+1
2018-09-25commit-reach: cleanups in can_all_from_reach...Libravatar Derrick Stolee1-5/+3
2018-09-24Merge branch 'ds/reachable'Libravatar Junio C Hamano1-7/+34
2018-09-21commit-reach: fix memory and flag leaksLibravatar Derrick Stolee1-0/+5
2018-09-21commit-reach: properly peel tagsLibravatar Derrick Stolee1-7/+29
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+665
2018-08-28commit-reach: correct accidental #include of C fileLibravatar Jonathan Nieder1-1/+1
2018-07-20commit-reach: use can_all_from_reachLibravatar Derrick Stolee1-7/+17
2018-07-20commit-reach: make can_all_from_reach... linearLibravatar Derrick Stolee1-47/+75
2018-07-20commit-reach: replace ref_newer logicLibravatar Derrick Stolee1-23/+3
2018-07-20test-reach: test can_all_from_reach_with_flagsLibravatar Derrick Stolee1-0/+47
2018-07-20commit-reach: move can_all_from_reach_with_flagsLibravatar Derrick Stolee1-0/+63
2018-07-20commit-reach: move commit_contains from ref-filterLibravatar Derrick Stolee1-0/+121
2018-07-20commit-reach: move ref_newer from remote.cLibravatar Derrick Stolee1-1/+54
2018-07-20commit-reach: move walk methods from commit.cLibravatar Derrick Stolee1-0/+360