aboutsummaryrefslogtreecommitdiffstats
path: root/commit-reach.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-29commit-reach(repo_get_merge_bases_many_dirty): pass on errorsJohannes Schindelin1-3/+4
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-3/+4
2024-02-29commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-1/+1
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-3/+4
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin1-1/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-9/+0
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-9/+0
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee1-0/+9
2023-03-20commit-reach: implement ahead_behind() logicDerrick Stolee1-0/+31
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar1-1/+1
2020-06-23commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón1-1/+3
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-12/+26
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller1-2/+10
2018-11-14commit-reach: prepare get_merge_bases to handle any repoStefan Beller1-10/+16
2018-11-13Merge branch 'ds/add-missing-tags'Junio C Hamano1-0/+13
2018-11-06Merge branch 'rj/header-cleanup'Junio C Hamano1-2/+3
2018-11-03commit-reach: implement get_reachable_subsetDerrick Stolee1-0/+13
2018-10-29commit-reach.h: add missing declarations (hdr-check)Ramsay Jones1-2/+3
2018-10-18headers: normalize the spelling of some header guardsRamsay Jones1-2/+2
2018-07-20commit-reach: make can_all_from_reach... linearDerrick Stolee1-5/+4
2018-07-20test-reach: test can_all_from_reach_with_flagsDerrick Stolee1-0/+2
2018-07-20commit-reach: move can_all_from_reach_with_flagsDerrick Stolee1-0/+14
2018-07-20commit-reach: move commit_contains from ref-filterDerrick Stolee1-1/+19
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee1-0/+2
2018-07-20commit-reach: move walk methods from commit.cDerrick Stolee1-0/+42