Hacker News new | ask | show | jobs
by kuahyeow 923 days ago
Didn't Git have a new default merge strategy, `ort` https://github.com/git/git/blob/master/Documentation/RelNote... ?
1 comments

histogram is a diff algorithm
From the article:

> switch the default 3 way merge algorithm to histogram

Yeah, that was poorly written and confused me too.

It should say "switch the default diff algorithm to histogram." The diff algorithm is used within the recursive 3-way merge algorithm.