| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-27 | commit-reach: use `size_t` to track indices when computing merge bases | Patrick Steinhardt | 1 | -4/+3 |
| 2024-12-27 | commit-reach: use `size_t` to track indices in `get_reachable_subset()` | Patrick Steinhardt | 1 | -4/+4 |
| 2024-12-27 | commit-reach: use `size_t` to track indices in `remove_redundant()` | Patrick Steinhardt | 1 | -23/+30 |
| 2024-12-27 | commit-reach: fix type of `min_commit_date` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-12-27 | commit-reach: fix index used to loop through unsigned integer | Patrick Steinhardt | 1 | -2/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-08-26 | Merge branch 'ds/for-each-ref-is-base' | Junio C Hamano | 1 | -0/+126 |
| 2024-08-14 | commit-reach: add get_branch_base_for_tip | Derrick Stolee | 1 | -0/+126 |
| 2024-08-01 | commit-reach: fix trivial memory leak when computing reachability | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-27 | commit-reach: fix memory leak in `ahead_behind()` | Patrick Steinhardt | 1 | -0/+4 |
| 2024-02-29 | commit-reach(repo_get_merge_bases_many_dirty): pass on errors | Johannes Schindelin | 1 | -10/+6 |
| 2024-02-29 | commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors | Johannes Schindelin | 1 | -10/+6 |
| 2024-02-29 | commit-reach(get_octopus_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -9/+11 |
| 2024-02-29 | commit-reach(repo_get_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -12/+11 |
| 2024-02-29 | commit-reach(get_merge_bases_many_0): pass on "missing commits" errors | Johannes Schindelin | 1 | -21/+36 |
| 2024-02-29 | commit-reach(merge_bases_many): pass on "missing commits" errors | Johannes Schindelin | 1 | -13/+22 |
| 2024-02-29 | commit-reach(paint_down_to_common): start reporting errors | Johannes Schindelin | 1 | -21/+45 |
| 2024-02-29 | commit-reach(paint_down_to_common): prepare for handling shallow commits | Johannes Schindelin | 1 | -4/+12 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): report missing commits | Johannes Schindelin | 1 | -2/+6 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): optionally expect missing commits | Johannes Schindelin | 1 | -4/+5 |
| 2024-02-28 | commit-reach(paint_down_to_common): plug two memory leaks | Johannes Schindelin | 1 | -1/+4 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-10-03 | commit-reach: free temporary list in get_octopus_merge_bases() | Jeff King | 1 | -0/+1 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-20 | Merge branch 'mh/commit-reach-get-reachable-plug-leak' | Junio C Hamano | 1 | -0/+2 |
| 2023-06-04 | commit-reach: fix memory leak in get_reachable_subset() | Mike Hommey | 1 | -0/+2 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -10/+11 |
| 2023-04-06 | Merge branch 'ds/ahead-behind' | Junio C Hamano | 1 | -0/+216 |
| 2023-03-28 | libs: use "struct repository *" argument, not "the_repository" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-20 | commit-reach: add tips_reachable_from_bases() | Derrick Stolee | 1 | -0/+113 |
| 2023-03-20 | commit-reach: implement ahead_behind() logic | Derrick Stolee | 1 | -0/+103 |
| 2023-03-19 | Merge branch 'ew/commit-reach-clean-up-flags-fix' | Junio C Hamano | 1 | -2/+6 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2023-02-11 | commit-reach: avoid NULL dereference | Eric Wong | 1 | -2/+6 |
| 2023-01-09 | use DUP_ARRAY | René Scharfe | 1 | -2/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -3/+3 |
| 2021-02-22 | commit-reach: stale commits may prune generation further | Derrick Stolee | 1 | -7/+21 |
| 2021-02-22 | commit-reach: use heuristic in remove_redundant() | Derrick Stolee | 1 | -16/+56 |
| 2021-02-22 | commit-reach: move compare_commits_by_gen | Derrick Stolee | 1 | -15/+15 |
| 2021-02-22 | commit-reach: use one walk in remove_redundant() | Derrick Stolee | 1 | -8/+96 |
| 2021-02-01 | commit-reach: reduce requirements for remove_redundant() | Derrick Stolee | 1 | -6/+4 |
| 2021-01-18 | commit-reach: use corrected commit dates in paint_down_to_common() | Abhishek Kumar | 1 | -1/+1 |
| 2021-01-18 | commit-graph: return 64-bit generation number | Abhishek Kumar | 1 | -18/+18 |
| 2020-10-02 | commit-reach: fix in_merge_bases_many bug | Derrick Stolee | 1 | -4/+4 |
| 2020-07-06 | Merge branch 'cb/is-descendant-of' | Junio C Hamano | 1 | -10/+6 |
| 2020-07-06 | Merge branch 'ak/commit-graph-to-slab' | Junio C Hamano | 1 | -26/+43 |
| 2020-06-29 | Merge branch 'rs/commit-reach-leakfix' | Junio C Hamano | 1 | -1/+4 |
| 2020-06-23 | commit-reach: avoid is_descendant_of() shim | Carlo Marcelo Arenas Belón | 1 | -10/+6 |
| 2020-06-19 | commit-reach: plug minor memory leak after using is_descendant_of() | René Scharfe | 1 | -1/+4 |
| 2020-06-17 | commit-graph: minimize commit_graph_data_slab access | Abhishek Kumar | 1 | -21/+38 |
| 2020-06-17 | commit: move members graph_pos, generation to a slab | Abhishek Kumar | 1 | -25/+25 |
| 2020-06-17 | commit-reach: use fast logic in repo_in_merge_base | Derrick Stolee | 1 | -2/+10 |
| 2020-06-17 | commit-reach: create repo_is_descendant_of() | Derrick Stolee | 1 | -2/+9 |
| 2019-10-25 | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 1 | -1/+0 |
| 2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -30/+43 |
| 2018-11-14 | commit-reach: prepare in_merge_bases[_many] to handle any repo | Stefan Beller | 1 | -6/+9 |
| 2018-11-14 | commit-reach: prepare get_merge_bases to handle any repo | Stefan Beller | 1 | -10/+14 |
| 2018-11-14 | commit-reach.c: allow get_merge_bases_many_0 to handle any repo | Stefan Beller | 1 | -6/+7 |
| 2018-11-14 | commit-reach.c: allow remove_redundant to handle any repo | Stefan Beller | 1 | -5/+5 |
| 2018-11-14 | commit-reach.c: allow merge_bases_many to handle any repo | Stefan Beller | 1 | -5/+7 |
| 2018-11-14 | commit-reach.c: allow paint_down_to_common to handle any repo | Stefan Beller | 1 | -6/+9 |
| 2018-11-03 | commit-reach: implement get_reachable_subset | Derrick Stolee | 1 | -0/+69 |
| 2018-10-30 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -2/+2 |
| 2018-10-23 | commit-reach: fix cast in compare_commits_by_gen() | René Scharfe | 1 | -2/+2 |
| 2018-10-19 | commit-reach: fix first-parent heuristic | Derrick Stolee | 1 | -1/+3 |
| 2018-10-16 | Merge branch 'jk/oideq-hasheq-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-16 | Merge branch 'ds/reachable-final-cleanup' | Junio C Hamano | 1 | -5/+3 |
| 2018-10-04 | more oideq/hasheq conversions | Jeff King | 1 | -1/+1 |
| 2018-09-25 | commit-reach: cleanups in can_all_from_reach... | Derrick Stolee | 1 | -5/+3 |
| 2018-09-24 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -7/+34 |
| 2018-09-21 | commit-reach: fix memory and flag leaks | Derrick Stolee | 1 | -0/+5 |
| 2018-09-21 | commit-reach: properly peel tags | Derrick Stolee | 1 | -7/+29 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+665 |
| 2018-08-28 | commit-reach: correct accidental #include of C file | Jonathan Nieder | 1 | -1/+1 |
| 2018-07-20 | commit-reach: use can_all_from_reach | Derrick Stolee | 1 | -7/+17 |
| 2018-07-20 | commit-reach: make can_all_from_reach... linear | Derrick Stolee | 1 | -47/+75 |
| 2018-07-20 | commit-reach: replace ref_newer logic | Derrick Stolee | 1 | -23/+3 |
| 2018-07-20 | test-reach: test can_all_from_reach_with_flags | Derrick Stolee | 1 | -0/+47 |
| 2018-07-20 | commit-reach: move can_all_from_reach_with_flags | Derrick Stolee | 1 | -0/+63 |
| 2018-07-20 | commit-reach: move commit_contains from ref-filter | Derrick Stolee | 1 | -0/+121 |
| 2018-07-20 | commit-reach: move ref_newer from remote.c | Derrick Stolee | 1 | -1/+54 |
| 2018-07-20 | commit-reach: move walk methods from commit.c | Derrick Stolee | 1 | -0/+360 |