Commit Diff


commit - 3322b94f0078a742b4ce9d0bcbf14ec0e40b9455
commit + e4a79cad8dfb580418fc196503baf714f2fe12f8
blob - 37ada33b6237bab13840e1aea712920fe0998d88
blob + ba8d609e7213fbf24f5b264ddf74bd93431d6662
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/CHANGES">Game of Trees 0.90</a> released June 23, 2023
+      <a href="releases/CHANGES">Game of Trees 0.91</a> released July 19, 2023
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.90</a> released June 26, 2023
 
blob - c99dcf42b514f0d2778afb91240eb9d384d3b03a
blob + 9a08a73e588c8383f4d6c4d38d7928ce6b69a82e
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,18 @@
+* got 0.91; 2023-07-19
+  see git repository history for per-change authorship information
+- use _POSIX_HOST_NAME_MAX from <limits.h> for portability
+- add merge -M option which tells 'got merge' not to fast-forward a reference
+- make gitwrapper ignore "permission denied" errors for repository paths
+- add cvg(1), a CVS-like Git client; still WIP and not installed by default yet
+- add initial implementation of 'gotadmin dump' which creates Git bundle files
+- add initial implementation of 'gotadmin load' which loads Git bundle files
+- gotadmin cleanup: consider object reachability while cleaning packfiles
+- gotadmin cleanup: don't delete pack files that are too young
+- prevent useless EEXIST errors filling up the global custom error array
+- abort histedit if the user quits the editor without saving the script
+- fix double-free in tog blame view error path
+- add support for keywords as <commit> arguments to got and tog
+
 * 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
blob - /dev/null
blob + 5c0080a62f88e0e76f28fde689fc14271705ef4f (mode 644)
Binary files /dev/null and releases/got-0.91.tar.gz differ