0.86
taga0194ff54c129fba62d4f0a90d1641ab8756f573
object fd27565d37c3605985832642ed903ea7ba753db4
authorStefan Sperling <stsp@stsp.name>
Sun, 12 Mar 2023 14:59:46 +0000 (12 14:59 +0000)
got 0.86

- 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