Path to this page:
Subject: CVS commit: pkgsrc/devel/got-portable
From: Paolo Vincenzo Olivo
Date: 2023-04-08 13:06:50
Message id: 20230408110650.A173DFA84@cvs.NetBSD.org
Log Message:
devel/got-portable: update to 0.86.
CHANGES
* got 0.86; 2023-03-12
- 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
- gotwebd: add missing colon in diff view (patch by Josiah Frentsos)
- more preparation for eventual sha256 object ID support
- add test coverage for more tree conflict cases during merges
- fall back to vi(1) instead of ed(1) if neither EDITOR nor VISUAL
are set
- in got.1, clarify what users are expected to do during 'histedit
-e'
- gotd requires a config file; don't fail silently when it cannot be
read
- regress: replace unportable ln -h option with rm && ln
- regress: make cmdline tests POSIX /bin/sh compatible
- gotd: remove more (all?) double process names in log
- don't pass -d to yacc during the build (patch by Josiah Frentsos)
- regress: override locale settings to force the "C" locale
- regress: replace "sed -i" with ed(1) for portable in-place editing
- fix gotd sometimes reading reused deltas from wrong pack file
Files: