- eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 3 months ago
- ec97ad1 commit-reach: free temporary list in get_octopus_merge_bases() by Jeff King · 1 year, 5 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
- 693bde4 Merge branch 'mh/commit-reach-get-reachable-plug-leak' by Junio C Hamano · 1 year, 9 months ago
- 68b5117 commit-reach: fix memory leak in get_reachable_subset() by Mike Hommey · 1 year, 9 months ago
- 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 1 year, 11 months ago
- 7727da9 Merge branch 'ds/ahead-behind' by Junio C Hamano · 1 year, 11 months ago
- 4a93b89 libs: use "struct repository *" argument, not "the_repository" by Ævar Arnfjörð Bjarmason · 2 years ago
- ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- cb338c2 cocci: apply the "commit-reach.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- cbfe360 commit-reach: add tips_reachable_from_bases() by Derrick Stolee · 2 years ago
- fd67d14 commit-reach: implement ahead_behind() logic by Derrick Stolee · 2 years ago
- b0d2440 Merge branch 'ew/commit-reach-clean-up-flags-fix' by Junio C Hamano · 2 years ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
- c5773dc commit-reach: avoid NULL dereference by Eric Wong · 2 years, 1 month ago
- 6e57841 use DUP_ARRAY by René Scharfe · 2 years, 2 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 41f3c99 commit-reach: stale commits may prune generation further by Derrick Stolee · 4 years, 1 month ago
- 3677773 commit-reach: use heuristic in remove_redundant() by Derrick Stolee · 4 years, 1 month ago
- c8d693e commit-reach: move compare_commits_by_gen by Derrick Stolee · 4 years, 1 month ago
- fbc21e3 commit-reach: use one walk in remove_redundant() by Derrick Stolee · 4 years, 1 month ago
- 0fac156 commit-reach: reduce requirements for remove_redundant() by Derrick Stolee · 4 years, 1 month ago
- 8d00d7c commit-reach: use corrected commit dates in paint_down_to_common() by Abhishek Kumar · 4 years, 2 months ago
- d7f9278 commit-graph: return 64-bit generation number by Abhishek Kumar · 4 years, 2 months ago
- 8791bf1 commit-reach: fix in_merge_bases_many bug by Derrick Stolee · 4 years, 5 months ago
- 0258ed1 Merge branch 'cb/is-descendant-of' by Junio C Hamano · 4 years, 8 months ago
- d80bea4 Merge branch 'ak/commit-graph-to-slab' by Junio C Hamano · 4 years, 8 months ago
- fa2c57d Merge branch 'rs/commit-reach-leakfix' by Junio C Hamano · 4 years, 8 months ago
- c1ea625 commit-reach: avoid is_descendant_of() shim by Carlo Marcelo Arenas Belón · 4 years, 9 months ago
- d546fe2 commit-reach: plug minor memory leak after using is_descendant_of() by René Scharfe · 4 years, 9 months ago
- c752ad0 commit-graph: minimize commit_graph_data_slab access by Abhishek Kumar · 4 years, 9 months ago
- c49c82a commit: move members graph_pos, generation to a slab by Abhishek Kumar · 4 years, 9 months ago
- 80b8ada commit-reach: use fast logic in repo_in_merge_base by Derrick Stolee · 4 years, 9 months ago
- d91d6fb commit-reach: create repo_is_descendant_of() by Derrick Stolee · 4 years, 9 months ago
- cb99a34 commit-graph: fix writing first commit-graph during fetch by Derrick Stolee · 5 years ago
- b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
- 4d5430f commit-reach: prepare in_merge_bases[_many] to handle any repo by Stefan Beller · 6 years ago
- 21a9651 commit-reach: prepare get_merge_bases to handle any repo by Stefan Beller · 6 years ago
- f28e87f commit-reach.c: allow get_merge_bases_many_0 to handle any repo by Stefan Beller · 6 years ago
- ed8a0e3 commit-reach.c: allow remove_redundant to handle any repo by Stefan Beller · 6 years ago
- 18256a9 commit-reach.c: allow merge_bases_many to handle any repo by Stefan Beller · 6 years ago
- c383830 commit-reach.c: allow paint_down_to_common to handle any repo by Stefan Beller · 6 years ago
- fcb2c07 commit-reach: implement get_reachable_subset by Derrick Stolee · 6 years ago
- f2d1c83 Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
- 8628ace commit-reach: fix cast in compare_commits_by_gen() by René Scharfe · 6 years ago
- b6723e4 commit-reach: fix first-parent heuristic by Derrick Stolee · 6 years ago
- ee56992 Merge branch 'jk/oideq-hasheq-cleanup' by Junio C Hamano · 6 years ago
- e366d0c Merge branch 'ds/reachable-final-cleanup' by Junio C Hamano · 6 years ago
- e43d2dc more oideq/hasheq conversions by Jeff King · 6 years ago
- 8580644 commit-reach: cleanups in can_all_from_reach... by Derrick Stolee · 6 years ago
- 0f7ac90 Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
- 4067a64 commit-reach: fix memory and flag leaks by Derrick Stolee · 6 years ago
- b67f6b2 commit-reach: properly peel tags by Derrick Stolee · 6 years ago
- 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
- 6621c83 commit-reach: correct accidental #include of C file by Jonathan Nieder · 7 years ago
- 6cc0174 commit-reach: use can_all_from_reach by Derrick Stolee · 7 years ago
- 4fbcca4 commit-reach: make can_all_from_reach... linear by Derrick Stolee · 7 years ago
- 1e3497a commit-reach: replace ref_newer logic by Derrick Stolee · 7 years ago
- 1792bc1 test-reach: test can_all_from_reach_with_flags by Derrick Stolee · 7 years ago
- ba3ca1e commit-reach: move can_all_from_reach_with_flags by Derrick Stolee · 7 years ago
- 920f93c commit-reach: move commit_contains from ref-filter by Derrick Stolee · 7 years ago
- 1d614d4 commit-reach: move ref_newer from remote.c by Derrick Stolee · 7 years ago
- 5227c38 commit-reach: move walk methods from commit.c by Derrick Stolee · 7 years ago