Commits


sync files from diff.git 1dce05e8f99e9ab3e9229bf59e061ad0201a08e8


sync files from diff.git 674563ab136a2aa34dc4d93043d92235a2ae98ba


revert previous commit to sync with diff.git changes; it broke the build ../lib/blame.c:344:11: error: implicit declaration of function 'diff_atom_hash_update'


sync files from diff.git f400825bc668466d9fc593470514d6e69ddfc5ff


sync files from diff.git cd9ef01a441e0ecfd499bf907c15a2878f7e0ee2


sync files from diff.git ed9312f04bcebc7aee4f7e7d96d6ec467cb9bb66


sync files from diff.git e51ebd83fa731d197ee4074ee2e94dbc0581078c


sync files from diff.git 29916bb6c0c248ca6fa5486cb9e081d92112e86c


sync files from diff.git fe6d58fb52ea8d1041a8eb65e28a04816df67c08


merge new diff implementation from the git.gameoftrees.org diff.git repository This new diff implementation was started by Neels Hofmeyr during the u2k20 hackathon and now replaces diffreg.c code lifted from the OpenBSD base system. The integration of this code into Got was done by me. Got now uses the patience diff algorithm by default. The diff.git repository will remain the primary repository for the diff code, which already compiles and runs on other operating systems such as Linux. Any fixes and improvements for files inherited from the diff.git repository should be written against that repository and synced to got.git afterwards.