commit fd27565d37c3605985832642ed903ea7ba753db4 from: Stefan Sperling date: Sun Mar 12 14:59:03 2023 UTC CHANGES for 0.86 commit - 8f37175d25c1d0451e8296399000433f716d8218 commit + fd27565d37c3605985832642ed903ea7ba753db4 blob - 1f5289a1d8bfe90ba27a4576ca39840b9c833769 blob + bbe97fef0ec15832865a1847d83e3214a3cbb76c --- CHANGES +++ CHANGES @@ -1,3 +1,15 @@ +* got 0.86; 2023-03-12 + see git repository history for per-change authorship information +- fix race condition on NFS where log-message file's modify time may change +- fix gotd sending too large pack files in some cases +- support histedit fold operations which delete a file and then add it again +- make diffing files which changed into dirs and vice-versa possible +- handle files changing into directories during 'got update' +- add quoting to repository path sent to server for git-shell compatibility +- gotwebd: handle short reads and timeouts +- gotwebd: provide gotweb_render_page() entrypoint for all pages +- gotwebd: reply with non-200 HTTP status code on error + * got 0.85; 2023-03-07 see git repository history for per-change authorship information - gotwebd: add missing colon in diff view (patch by Josiah Frentsos)