Update diff(1) TODO removing what has been implemented

This commit is contained in:
Baptiste Daroussin 2020-02-07 10:18:01 +00:00
parent 64793e748c
commit 89fd163c4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357649

View File

@ -1,9 +1,3 @@
-y:
* soc implemented it via calling sdiff directly, but some options are
incompatible so it is fragile
* just recommend the user to run sdiff directly and do not implement it
* make a libsdiff and use that directly to avoid duplicating the code
to be implemented:
--horizon-lines
--ignore-tab-expansion
@ -13,5 +7,3 @@ Will probably be not implemented:
--GTYPE-group-format (partially implement - minimal)
--LTYPE-line-format
--help (We have a manpage already)
--suppress-common-lines: depends on -y (won't be implemented, as it conflicts
the way sdiff expects it and in any case we have sdiff for that feature)