build: update gnulib submodule to latest
[diffutils.git] / TODO
blobfa0811284546ee2475acaf511947bc98105ad5fb
1 Add --git option to generate output compatible with 'git diff -p'.
2 This would behave like 'diff -p', except that it would also generate
3 the extended headers 'old mode', 'new mode', 'deleted file mode', and
4 'new file mode', and it would quote file names with unusual characters.
5 GNU patch already parses this format.
7 Add --include option (opposite of --exclude).
9 Add SEEK_DATA/SEEK_HOLE sparse file optimization to cmp, diff -q, etc.
11 Look into sdiff improvement here:
12 https://web.archive.org/web/20090106164131/http://www.pkix.net/~chuck/sdiff2.diff
14 Propagate stderr from subprocess so that diff3 does
15 a better job of explaining _why_:
16   > $ diff3 /bin/sh /bin/false /bin/mv
17   > diff3: subsidiary program 'diff' failed (exit status 2)