diffutils/TODO
Jim Meyering ef2251a3e5 doc: add to TODO
* TODO: Add an item, suggested by Dan Jacobson.
2010-01-16 08:32:06 +01:00

10 lines
306 B
Plaintext

Add --include option (opposite of --exclude).
Look into sdiff improvement here:
http://www.pkix.net/~chuck/sdiff2.diff
Propagate stderr from subprocess so that diff3 does
a better job of explaining _why_:
> $ diff3 /bin/sh /bin/false /bin/mv
> diff3: subsidiary program `diff' failed (exit status 2)