aboutsummaryrefslogtreecommitdiffstats
path: root/commit-reach.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-03commit-reach: implement get_reachable_subsetDerrick Stolee1-0/+69
2018-10-30Merge branch 'ds/reachable'Junio C Hamano1-2/+2
2018-10-23commit-reach: fix cast in compare_commits_by_gen()René Scharfe1-2/+2
2018-10-19commit-reach: fix first-parent heuristicDerrick Stolee1-1/+3
2018-10-16Merge branch 'jk/oideq-hasheq-cleanup'Junio C Hamano1-1/+1
2018-10-16Merge branch 'ds/reachable-final-cleanup'Junio C Hamano1-5/+3
2018-10-04more oideq/hasheq conversionsJeff King1-1/+1
2018-09-25commit-reach: cleanups in can_all_from_reach...Derrick Stolee1-5/+3
2018-09-24Merge branch 'ds/reachable'Junio C Hamano1-7/+34
2018-09-21commit-reach: fix memory and flag leaksDerrick Stolee1-0/+5
2018-09-21commit-reach: properly peel tagsDerrick Stolee1-7/+29
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+665
2018-08-28commit-reach: correct accidental #include of C fileJonathan Nieder1-1/+1
2018-07-20commit-reach: use can_all_from_reachDerrick Stolee1-7/+17
2018-07-20commit-reach: make can_all_from_reach... linearDerrick Stolee1-47/+75
2018-07-20commit-reach: replace ref_newer logicDerrick Stolee1-23/+3
2018-07-20test-reach: test can_all_from_reach_with_flagsDerrick Stolee1-0/+47
2018-07-20commit-reach: move can_all_from_reach_with_flagsDerrick Stolee1-0/+63
2018-07-20commit-reach: move commit_contains from ref-filterDerrick Stolee1-0/+121
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee1-1/+54
2018-07-20commit-reach: move walk methods from commit.cDerrick Stolee1-0/+360