56 Commits (23a517e4156714c3f8c8a4e36beccfee1d76ff1f)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 4a93b899c1 libs: use "struct repository *" argument, not "the_repository" 2 years ago
Ævar Arnfjörð Bjarmason ecb5091fd4 cocci: apply the "commit.h" part of "the_repository.pending" 2 years ago
Ævar Arnfjörð Bjarmason cb338c23d6 cocci: apply the "commit-reach.h" part of "the_repository.pending" 2 years ago
Elijah Newren 41771fa435 cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
Elijah Newren 36bf195890 alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
Eric Wong c5773dc078 commit-reach: avoid NULL dereference 2 years ago
René Scharfe 6e57841096 use DUP_ARRAY 2 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Derrick Stolee 41f3c9949f commit-reach: stale commits may prune generation further 4 years ago
Derrick Stolee 3677773371 commit-reach: use heuristic in remove_redundant() 4 years ago
Derrick Stolee c8d693e1e6 commit-reach: move compare_commits_by_gen 4 years ago
Derrick Stolee fbc21e3fbb commit-reach: use one walk in remove_redundant() 4 years ago
Derrick Stolee 0fac156523 commit-reach: reduce requirements for remove_redundant() 4 years ago
Abhishek Kumar 8d00d7c3df commit-reach: use corrected commit dates in paint_down_to_common() 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 4 years ago
Derrick Stolee 8791bf1841 commit-reach: fix in_merge_bases_many bug 4 years ago
Carlo Marcelo Arenas Belón c1ea625f72 commit-reach: avoid is_descendant_of() shim 5 years ago
René Scharfe d546fe2874 commit-reach: plug minor memory leak after using is_descendant_of() 5 years ago
Abhishek Kumar c752ad09c4 commit-graph: minimize commit_graph_data_slab access 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 5 years ago
Derrick Stolee 80b8ada547 commit-reach: use fast logic in repo_in_merge_base 5 years ago
Derrick Stolee d91d6fbf26 commit-reach: create repo_is_descendant_of() 5 years ago
Derrick Stolee cb99a34e23 commit-graph: fix writing first commit-graph during fetch 5 years ago
Stefan Beller 4d5430f747 commit-reach: prepare in_merge_bases[_many] to handle any repo 6 years ago
Stefan Beller 21a9651ba3 commit-reach: prepare get_merge_bases to handle any repo 6 years ago
Stefan Beller f28e87f526 commit-reach.c: allow get_merge_bases_many_0 to handle any repo 6 years ago
Stefan Beller ed8a0e3ac5 commit-reach.c: allow remove_redundant to handle any repo 6 years ago
Stefan Beller 18256a915c commit-reach.c: allow merge_bases_many to handle any repo 6 years ago
Stefan Beller c383830a91 commit-reach.c: allow paint_down_to_common to handle any repo 6 years ago
Derrick Stolee fcb2c0769d commit-reach: implement get_reachable_subset 6 years ago
René Scharfe 8628ace269 commit-reach: fix cast in compare_commits_by_gen() 6 years ago
Derrick Stolee b6723e4671 commit-reach: fix first-parent heuristic 6 years ago
Jeff King e43d2dcce1 more oideq/hasheq conversions 6 years ago
Derrick Stolee 85806440b1 commit-reach: cleanups in can_all_from_reach... 6 years ago
Derrick Stolee 4067a64672 commit-reach: fix memory and flag leaks 6 years ago
Derrick Stolee b67f6b26e3 commit-reach: properly peel tags 6 years ago
Jonathan Nieder 6621c83874 commit-reach: correct accidental #include of C file 7 years ago
Derrick Stolee 6cc017431c commit-reach: use can_all_from_reach 7 years ago
Derrick Stolee 4fbcca4eff commit-reach: make can_all_from_reach... linear 7 years ago
Derrick Stolee 1e3497a24c commit-reach: replace ref_newer logic 7 years ago
Derrick Stolee 1792bc1250 test-reach: test can_all_from_reach_with_flags 7 years ago
Derrick Stolee ba3ca1edce commit-reach: move can_all_from_reach_with_flags 7 years ago
Derrick Stolee 920f93ca1c commit-reach: move commit_contains from ref-filter 7 years ago
Derrick Stolee 1d614d41e5 commit-reach: move ref_newer from remote.c 7 years ago
Derrick Stolee 5227c38566 commit-reach: move walk methods from commit.c 7 years ago