* lib/diffseq.h: Problem with diffutils reported by Andreas Schwab
(Bug#24715). The simplest solution is to restore the
TOO_EXPENSIVE heuristic that I added to GNU diff in 1993, while
using a higher threshold to avoid Bug#16848 on smaller files.
* lib/diffseq.h (struct context): Restore member too
On 10/21/2016 03:17 PM, Eric Blake wrote:
> At any rate, I'll post the commands I used to make the conversion, once
> it is complete; here's my starting point.
>
> $ git fsck 2>&1 | sed -n 's/error in tag \([^:]*\).*/\1/p' > broken
Here's the final steps I used; the findutils.git repository is no