Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-04commit-reach: free temporary list in get_octopus_merge_bases()Jeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21Merge branch 'mh/commit-reach-get-reachable-plug-leak'Junio C Hamano
2023-06-04commit-reach: fix memory leak in get_reachable_subset()Mike Hommey
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee
2023-03-20commit-reach: implement ahead_behind() logicDerrick Stolee
2023-03-20Merge branch 'ew/commit-reach-clean-up-flags-fix'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-11commit-reach: avoid NULL dereferenceEric Wong
2023-01-09use DUP_ARRAYRené Scharfe
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-23commit-reach: stale commits may prune generation furtherDerrick Stolee
2021-02-23commit-reach: use heuristic in remove_redundant()Derrick Stolee
2021-02-23commit-reach: move compare_commits_by_genDerrick Stolee
2021-02-23commit-reach: use one walk in remove_redundant()Derrick Stolee
2021-02-01commit-reach: reduce requirements for remove_redundant()Derrick Stolee
2021-01-19commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar
2021-01-19commit-graph: return 64-bit generation numberAbhishek Kumar
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee
2020-07-07Merge branch 'cb/is-descendant-of'Junio C Hamano
2020-07-07Merge branch 'ak/commit-graph-to-slab'Junio C Hamano
2020-06-30Merge branch 'rs/commit-reach-leakfix'Junio C Hamano
2020-06-24commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón
2020-06-19commit-reach: plug minor memory leak after using is_descendant_of()René Scharfe
2020-06-18commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-17commit-reach: use fast logic in repo_in_merge_baseDerrick Stolee
2020-06-17commit-reach: create repo_is_descendant_of()Derrick Stolee
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-02-06Merge branch 'sb/more-repo-in-api'Junio C Hamano
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller
2018-11-14commit-reach: prepare get_merge_bases to handle any repoStefan Beller
2018-11-14commit-reach.c: allow get_merge_bases_many_0 to handle any repoStefan Beller
2018-11-14commit-reach.c: allow remove_redundant to handle any repoStefan Beller
2018-11-14commit-reach.c: allow merge_bases_many to handle any repoStefan Beller
2018-11-14commit-reach.c: allow paint_down_to_common to handle any repoStefan Beller
2018-11-02commit-reach: implement get_reachable_subsetDerrick Stolee
2018-10-30Merge branch 'ds/reachable'Junio C Hamano
2018-10-23commit-reach: fix cast in compare_commits_by_gen()René Scharfe
2018-10-19commit-reach: fix first-parent heuristicDerrick Stolee
2018-10-16Merge branch 'jk/oideq-hasheq-cleanup'Junio C Hamano
2018-10-16Merge branch 'ds/reachable-final-cleanup'Junio C Hamano
2018-10-04more oideq/hasheq conversionsJeff King