Commit Diff


commit - c466367a7c85f0e99043c411c9bc1ba99b4cf059
commit + b3cfe0be988bd2af718c09bf61a5bbf8372223b9
blob - 91d6fd9be495b87a6909b765eb72e3b55daee5f0
blob + f645bd1b7f5666f6822b3234f37ffd5ba6d4fc90
--- CHANGES
+++ CHANGES
@@ -1,3 +1,16 @@
+* got 0.101; 2024-07-11
+  see git repository history for per-change authorship information
+- improve gotwebd.8 one-line description
+- adjust some SIZE_MAX bounds checks
+- fix histedit -e bug where reverting all the changes caused histedit -c cycles
+- show a more useful error when a reference name collides with another
+- improve error message shown by 'got send' when ancestry has diverged
+- fix wrong gotwebd default repository path in the manpage
+- tog: fix jumping to the next commit from the diff view with the J key
+- tog: fix horizontal scroll bug that draws a trailing '.'
+- gotwebd: plug file descriptor leak in error path
+- fix bug that prevented gotwebd from working without a config file
+
 * got 0.100; 2024-06-03
   see git repository history for per-change authorship information
 - abort if we see a sha2 hash to quiet a potential compiler warning