File: TODO

package info (click to toggle)
diffutils 1%3A3.5-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,384 kB
  • ctags: 6,062
  • sloc: ansic: 70,642; sh: 10,684; perl: 450; makefile: 204; sed: 16
file content (9 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
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)