Commits


regress: fix test for 'got diff' against CRLF files ok stsp


sync files from diff.git f46fa9b5e78156c0360f508336dbe3dfa04b503f Do not treat \r\n line endings as special.


make 'got patch' display statistics about files with conflicts and rejects ok op@


properly report a test failure care in test_patch_merge_conflict


gotd: return early after disconnect on auth event error This fixes a segv reported by Mikhail. In this path, any error is already logged, client freed, and event_del() called so we don't need to cleanup in done. ok stsp@


bump version number


sync dist file list


changes for 0.88


gotwebd: fix logic error and skip again some entries in the index logic error introduced in df2d3cd25 ok stsp@


cache delta base fulltexts when dumping a delta chain to a file


do not forget to flush after writing a cached fulltext to a temporary file Fixes the following error during gotadmin pack -a: gotadmin: raw object has unexpected size


really store the fulltext of delta-base objects in fulltext cache


style tweaks from jamsek


cache fulltext data in delta cache to improve speed with long delta chains ok jamsek


when finding changed paths iterate tree entries in on-disk order for speed ok op, jamsek