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