commit 42a18bd6073a452f9f9854b14a4060fa6ebbb89d from: Stefan Sperling date: Fri Jun 23 14:54:57 2023 UTC publish got 0.90 commit - 9785cf4c2507441b6a26afd31fcb3e24e26cf62b commit + 42a18bd6073a452f9f9854b14a4060fa6ebbb89d blob - 4a754f22d8a2224dde195396f6294d725680079a blob + 608f70d38567134394f61c9f13a86e8a58439452 --- index.html +++ index.html @@ -64,7 +64,7 @@

- Game of Trees 0.89 released June 5, 2023 + Game of Trees 0.90 released June 23, 2023
Game of Trees -portable 0.89 released June 08, 2023 blob - 40f1825cb023787f5daa62c38be6e09851835639 blob + c99dcf42b514f0d2778afb91240eb9d384d3b03a --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,26 @@ +* got 0.90; 2023-06-23 + see git repository history for per-change authorship information +- fix segfault in 'got diff' when a root commit is passed to -c +- make 'got status' error out as intended when invoked in a repository +- make 'got tree /' succeed in a work tree +- make 'got add *' more forgiving about versioned paths on the command line +- make 'got merge' forward branches if there are no changes to merge +- prevent 'got merge' from creating commits on branches outside "refs/heads/" +- got, tog: show reference names that begin with the prefix "HEAD" as intended +- gotd: unveil repositories read-only in session process while serving fetches +- gotd: avoid a "failed to push some refs" error from no-op 'git push' +- gotd: avoid re-writing existing ref files when a ref-update is a no-op +- gotd: show relevant commit hashes in error message if incoming pushes collide +- gotd: wait asynchronously for child process termination +- gotwebd: avoid the slowness of needlessly traversing full commit history +- gotwebd.conf: disallow 1 for max_commits_display and report range errors +- gotwebd.conf: disallow yes/no for booleans to avoid accidental "on" vs. "no" +- gotwebd: avoid "gotweb_render_index: repo.git: unexpected end of file" error +- gotwebd: simplify the matching of requests against servers in gotwebd.conf +- ignore files with invalid reference names while reading references from disk +- teach 'gotadmin cleanup' to remove redundant pack files +- grab gc.pid.lock file during cleanup operation to block 'git gc' from running + * got 0.89; 2023-06-05 see git repository history for per-change authorship information - gotd: return early after disconnect on auth event error instead of crashing blob - /dev/null blob + bc5236cde71969c98d50ec7fd100d2ebaa8e9c68 (mode 644) Binary files /dev/null and releases/got-0.90.tar.gz differ