From ae780e39ea00fa736ebf4af8b61457e6aeebf75b Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Fri, 21 May 2010 16:43:21 +0000 Subject: [PATCH] Added msys-diffutils.xml --- msys/msys-diffutils.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 msys/msys-diffutils.xml diff --git a/msys/msys-diffutils.xml b/msys/msys-diffutils.xml new file mode 100644 index 0000000..2a6b20a --- /dev/null +++ b/msys/msys-diffutils.xml @@ -0,0 +1,46 @@ + + + + + + + + Diffutils provides a group of utilities that displays + difference between and among text files. 'diff' outputs the + difference between two files in any of several formats. If the + files are identical, it normally produces no ouput; if they are + binary (non-text) it normally reports only that they are + different. 'cmp' shows the offsets and files numbers where two + files differ; it can also show, side by side, all the characters + that differ between the two files. 'sdiff' merges two files + interactively. 'diff3' shows differences among three files. If + two people have made independent changes to a common original, + diff3 reports that difference between the original and the two + changed versions, and can produce a merged file that contains + both persons' changes along with warnings about conflicts. + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0