Re: xxdiff as a visual diff tool (shameless plug)

Andrew Morton (akpm@zip.com.au)
Fri, 22 Mar 2002 02:27:47 -0800


Pavel Machek wrote:
>
> It would be great to somehow split patches before feeding them to the
> patch. If you have one big hunk, and it fails because of one letter
> added somewhere in file, it is *big pain* to find/kill offending
> letter.

yup. It's a *lot* easier if the diff was generated with `diff -1',
because that makes many more hunks.

There is sufficient information in a normal diff to turn it into
a `diff -1' diff, I think. All it needs is for Tim^Wsomeone to code it.

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/