summaryrefslogtreecommitdiff
path: root/usr.bin/diff3/tests
Commit message (Collapse)AuthorAgeFilesLines
* diff3: document and test -TPiotr Pawel Stefaniak2021-09-253-0/+18
| | | | (cherry picked from commit 9f7a81b133c715f649136dcd0ad004e4180c56c9)
* diff3: implement --strip-trailing-crPiotr Pawel Stefaniak2021-09-253-0/+10
| | | | (cherry picked from commit 54a3415cb69e1ea0e6533ca3fc168deba64f249f)
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325187
* For now comment tests for arguments which are not in par with GNU diff3 yetBaptiste Daroussin2017-05-251-5/+5
| | | | Notes: svn path=/head/; revision=318890
* Import working progress BSD diff3Baptiste Daroussin2017-05-2514-0/+171
import bsd diff3 from OpenBSD. Differences with OpenBSD: - lots of warning fixed - no shell wrapper with diff3 actually living in libexec - capsicumized Keep it disconnected as it is not yet good enough to replace GNU diff The motivation to import it now it to allow other people to jump in and also to have an open development on it Obtained from: OpenBSD Notes: svn path=/head/; revision=318888