On Thu, Dec 17, 2015 at 03:03:21PM +0900, Mike Hommey wrote: > However, there's another issue, that the diff is actually incomplete: > the right hand side stops 3 lines too early. > > (The patch is not actually changing anything here, I just figured > once the numbers looked normal, but didn't match)
This comes from the cutoff from --max-diff-block-lines (defaulting to 50), that doesn't add a [ n lines added ] line. Mike

