summaryrefslogtreecommitdiff
path: root/commit-reach.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-10/+11
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-8/+8
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
* | Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-061-0/+216
|\ \
| * | commit-reach: add tips_reachable_from_bases()Derrick Stolee2023-03-201-0/+113
| * | commit-reach: implement ahead_behind() logicDerrick Stolee2023-03-201-0/+103
| |/
* | Merge branch 'ew/commit-reach-clean-up-flags-fix'Junio C Hamano2023-03-191-2/+6
|\ \
| * | commit-reach: avoid NULL dereferenceEric Wong2023-02-111-2/+6
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
| |/ |/|
* | use DUP_ARRAYRené Scharfe2023-01-091-2/+1
* | use CALLOC_ARRAYRené Scharfe2021-03-131-3/+3
* | commit-reach: stale commits may prune generation furtherDerrick Stolee2021-02-221-7/+21
* | commit-reach: use heuristic in remove_redundant()Derrick Stolee2021-02-221-16/+56
* | commit-reach: move compare_commits_by_genDerrick Stolee2021-02-221-15/+15
* | commit-reach: use one walk in remove_redundant()Derrick Stolee2021-02-221-8/+96
* | commit-reach: reduce requirements for remove_redundant()Derrick Stolee2021-02-011-6/+4
* | commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar2021-01-181-1/+1
* | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-181-18/+18
* | commit-reach: fix in_merge_bases_many bugDerrick Stolee2020-10-021-4/+4
* | Merge branch 'cb/is-descendant-of'Junio C Hamano2020-07-061-10/+6
|\ \
| * | commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón2020-06-231-10/+6
* | | Merge branch 'ak/commit-graph-to-slab'Junio C Hamano2020-07-061-26/+43
|\ \ \
| * | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-171-21/+38
| * | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-25/+25
* | | | Merge branch 'rs/commit-reach-leakfix'Junio C Hamano2020-06-291-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | commit-reach: plug minor memory leak after using is_descendant_of()René Scharfe2020-06-191-1/+4
| |/ /
* | | commit-reach: use fast logic in repo_in_merge_baseDerrick Stolee2020-06-171-2/+10
* | | commit-reach: create repo_is_descendant_of()Derrick Stolee2020-06-171-2/+9
|/ /
* | commit-graph: fix writing first commit-graph during fetchDerrick Stolee2019-10-251-1/+0
* | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-30/+43
|\ \
| * | commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller2018-11-141-6/+9
| * | commit-reach: prepare get_merge_bases to handle any repoStefan Beller2018-11-141-10/+14
| * | commit-reach.c: allow get_merge_bases_many_0 to handle any repoStefan Beller2018-11-141-6/+7
| * | commit-reach.c: allow remove_redundant to handle any repoStefan Beller2018-11-141-5/+5
| * | commit-reach.c: allow merge_bases_many to handle any repoStefan Beller2018-11-141-5/+7
| * | commit-reach.c: allow paint_down_to_common to handle any repoStefan Beller2018-11-141-6/+9
* | | commit-reach: implement get_reachable_subsetDerrick Stolee2018-11-031-0/+69
* | | Merge branch 'ds/reachable'Junio C Hamano2018-10-301-2/+2
|\ \ \
| * | | commit-reach: fix cast in compare_commits_by_gen()René Scharfe2018-10-231-2/+2
| | |/ | |/|
* | | commit-reach: fix first-parent heuristicDerrick Stolee2018-10-191-1/+3
| |/ |/|
* | Merge branch 'jk/oideq-hasheq-cleanup'Junio C Hamano2018-10-161-1/+1
|\ \
| * | more oideq/hasheq conversionsJeff King2018-10-041-1/+1
* | | Merge branch 'ds/reachable-final-cleanup'Junio C Hamano2018-10-161-5/+3
|\ \ \ | |/ / |/| |
| * | commit-reach: cleanups in can_all_from_reach...Derrick Stolee2018-09-251-5/+3
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-241-7/+34
|\ \ | |/
| * commit-reach: fix memory and flag leaksDerrick Stolee2018-09-211-0/+5
| * commit-reach: properly peel tagsDerrick Stolee2018-09-211-7/+29
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-1/+4
|/