| 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 | -2/+2 |
| 2024-12-27 | commit-reach: use `size_t` to track indices in `get_reachable_subset()` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-12-27 | commit-reach: fix type of `min_commit_date` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-14 | commit-reach: add get_branch_base_for_tip | Derrick Stolee | 1 | -0/+17 |
| 2024-02-29 | commit-reach(repo_get_merge_bases_many_dirty): pass on errors | Johannes Schindelin | 1 | -3/+4 |
| 2024-02-29 | commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors | Johannes Schindelin | 1 | -3/+4 |
| 2024-02-29 | commit-reach(get_octopus_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -1/+1 |
| 2024-02-29 | commit-reach(repo_get_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -3/+4 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): optionally expect missing commits | Johannes Schindelin | 1 | -1/+2 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -9/+0 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -9/+0 |
| 2023-03-20 | commit-reach: add tips_reachable_from_bases() | Derrick Stolee | 1 | -0/+9 |
| 2023-03-20 | commit-reach: implement ahead_behind() logic | Derrick Stolee | 1 | -0/+31 |
| 2021-01-18 | commit-graph: return 64-bit generation number | Abhishek Kumar | 1 | -1/+1 |
| 2020-06-23 | commit-reach: avoid is_descendant_of() shim | Carlo Marcelo Arenas Belón | 1 | -1/+3 |
| 2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -12/+26 |
| 2018-11-14 | commit-reach: prepare in_merge_bases[_many] to handle any repo | Stefan Beller | 1 | -2/+10 |
| 2018-11-14 | commit-reach: prepare get_merge_bases to handle any repo | Stefan Beller | 1 | -10/+16 |
| 2018-11-13 | Merge branch 'ds/add-missing-tags' | Junio C Hamano | 1 | -0/+13 |
| 2018-11-06 | Merge branch 'rj/header-cleanup' | Junio C Hamano | 1 | -2/+3 |
| 2018-11-03 | commit-reach: implement get_reachable_subset | Derrick Stolee | 1 | -0/+13 |
| 2018-10-29 | commit-reach.h: add missing declarations (hdr-check) | Ramsay Jones | 1 | -2/+3 |
| 2018-10-18 | headers: normalize the spelling of some header guards | Ramsay Jones | 1 | -2/+2 |
| 2018-07-20 | commit-reach: make can_all_from_reach... linear | Derrick Stolee | 1 | -5/+4 |
| 2018-07-20 | test-reach: test can_all_from_reach_with_flags | Derrick Stolee | 1 | -0/+2 |
| 2018-07-20 | commit-reach: move can_all_from_reach_with_flags | Derrick Stolee | 1 | -0/+14 |
| 2018-07-20 | commit-reach: move commit_contains from ref-filter | Derrick Stolee | 1 | -1/+19 |
| 2018-07-20 | commit-reach: move ref_newer from remote.c | Derrick Stolee | 1 | -0/+2 |
| 2018-07-20 | commit-reach: move walk methods from commit.c | Derrick Stolee | 1 | -0/+42 |