summaryrefslogtreecommitdiffstats
path: root/commit-reach.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/for-each-ref-is-base'Junio C Hamano2024-08-261-0/+126
|\
| * commit-reach: add get_branch_base_for_tipDerrick Stolee2024-08-141-0/+126
* | commit-reach: fix trivial memory leak when computing reachabilityPatrick Steinhardt2024-08-011-0/+1
|/
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt2024-05-271-0/+4
* commit-reach(repo_get_merge_bases_many_dirty): pass on errorsJohannes Schindelin2024-02-291-10/+6
* commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin2024-02-291-10/+6
* commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-9/+11
* commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-12/+11
* commit-reach(get_merge_bases_many_0): pass on "missing commits" errorsJohannes Schindelin2024-02-291-21/+36
* commit-reach(merge_bases_many): pass on "missing commits" errorsJohannes Schindelin2024-02-291-13/+22
* commit-reach(paint_down_to_common): start reporting errorsJohannes Schindelin2024-02-291-21/+45
* commit-reach(paint_down_to_common): prepare for handling shallow commitsJohannes Schindelin2024-02-291-4/+12
* commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-2/+6
* commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin2024-02-281-4/+5
* commit-reach(paint_down_to_common): plug two memory leaksJohannes Schindelin2024-02-281-1/+4
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* commit-reach: free temporary list in get_octopus_merge_bases()Jeff King2023-10-031-0/+1
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* Merge branch 'mh/commit-reach-get-reachable-plug-leak'Junio C Hamano2023-06-211-0/+2
|\
| * commit-reach: fix memory leak in get_reachable_subset()Mike Hommey2023-06-041-0/+2
* | 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-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
| |/ |/|
* | use DUP_ARRAYRené Scharfe2023-01-091-2/+1
* | use CALLOC_ARRAYRené Scharfe2021-03-141-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-191-1/+1
* | commit-graph: return 64-bit generation numberAbhishek Kumar2021-01-191-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-071-10/+6
|\ \
| * | commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón2020-06-241-10/+6
* | | Merge branch 'ak/commit-graph-to-slab'Junio C Hamano2020-07-071-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