Commits


sync files from diff.git f26db7cd2804ebc6a3f81e7e00e008450eb42228 Contains new APIs for chunk offset retrieval.


sync files from diff.git 674563ab136a2aa34dc4d93043d92235a2ae98ba


sync files from diff.git 1edd9c2b609adfa7ed93dbd839b7d683e695feaa Brings in improved accuracy of function prototypes in hunk headers.


sync files from diff.git 9343b92549173e00690f24756a633423770f56d7


sync files from diff.git b72f51ffc39028023059fc994542565691b669fa This fixes a scrolling problem in tog's diff view for diffs which contain lines of the form "Binary files %s and %s differ".


sync files from diff.git b3fd1fa284e6207b923bd3c887364d9eb93fb340


sync files from diff.git e4c510c1d83fe01247b6f59d855dffad81e4f26a


sync files from diff.git e51ebd83fa731d197ee4074ee2e94dbc0581078c


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.