blob: 95b2242b877db805ed163c11d6990af6ae687b49 [file] [log] [blame]
Bram Moolenaare828b762018-09-10 17:51:58 +02001The files in this directory come from the xdiff implementation in git.
2You can find it here: https://github.com/git/git/tree/master/xdiff
Christian Brabandtba02e472021-08-31 20:46:39 +02003The files were last updated August 31, 2021 from git release v.2.33.0
Bram Moolenaare828b762018-09-10 17:51:58 +02004
5This is originally based on libxdiff, which can be found here:
6http://www.xmailserver.org/xdiff-lib.html
7
8The git version was used because it has been maintained and improved.
9And since it's part of git it is expected to be reliable.
10
11The code is distributed under the GNU LGPL license. It is included in the
12COPYING file.
13
Bram Moolenaare797abf2018-09-10 21:22:15 +020014Changes in these files were made to avoid compiler warnings.
15
Bram Moolenaare828b762018-09-10 17:51:58 +020016The first work for including xdiff in Vim was done by Christian Brabandt.