On 1/30/2021 7:00 PM, Junio C Hamano wrote: > * ds/merge-base-independent (2021-01-28) 3 commits > - commit-reach: use heuristic in remove_redundant() > - commit-reach: move compare_commits_by_gen > - commit-reach: use one walk in remove_redundant() > (this branch uses ak/corrected-commit-date; is tangled with ds/chunked-file-api.) > > The code to implement "git merge-base --independent" was poorly > done and was kept from the very beginning of the feature. > > Will merge to 'next'. Please hold off until I can push a new version. There were some meaningful updates to the new algorithm, but also there is value in the old algorithm when the commit-graph does not exist (and the heuristic doesn't answer quickly). I'll comment more in that thread. Thanks, -Stolee