summaryrefslogtreecommitdiffstats
path: root/commit-reach.c
Commit message (Expand)AuthorAgeFilesLines
* commit-reach: implement get_reachable_subsetDerrick Stolee2018-11-031-0/+69
* Merge branch 'ds/reachable'Junio C Hamano2018-10-301-2/+2
|\
| * commit-reach: fix cast in compare_commits_by_gen()René Scharfe2018-10-231-2/+2
* | commit-reach: fix first-parent heuristicDerrick Stolee2018-10-191-1/+3
* | Merge branch 'jk/oideq-hasheq-cleanup'Junio C Hamano2018-10-161-1/+1
|\ \
| * | more oideq/hasheq conversionsJeff King2018-10-041-1/+1
* | | Merge branch 'ds/reachable-final-cleanup'Junio C Hamano2018-10-161-5/+3
|\ \ \ | |/ / |/| |
| * | commit-reach: cleanups in can_all_from_reach...Derrick Stolee2018-09-251-5/+3
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-241-7/+34
|\|
| * commit-reach: fix memory and flag leaksDerrick Stolee2018-09-211-0/+5
| * commit-reach: properly peel tagsDerrick Stolee2018-09-211-7/+29
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-1/+4
|/
* commit-reach: correct accidental #include of C fileJonathan Nieder2018-08-281-1/+1
* commit-reach: use can_all_from_reachDerrick Stolee2018-07-201-7/+17
* commit-reach: make can_all_from_reach... linearDerrick Stolee2018-07-201-47/+75
* commit-reach: replace ref_newer logicDerrick Stolee2018-07-201-23/+3
* test-reach: test can_all_from_reach_with_flagsDerrick Stolee2018-07-201-0/+47
* commit-reach: move can_all_from_reach_with_flagsDerrick Stolee2018-07-201-0/+63
* commit-reach: move commit_contains from ref-filterDerrick Stolee2018-07-201-0/+121
* commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-1/+54
* commit-reach: move walk methods from commit.cDerrick Stolee2018-07-201-0/+360