commit - 1f5a6c62d65fe8f3cecd4a2931d64c98d717a6a9
commit + 219e4d3c88384debedf619f8757bc1543a3f665f
blob - 2c7437e956ece7291ffaca5be22897c11155e38f
blob + bf239d0345b214b3284b41a22565f37dfa65ce7f
--- releases/CHANGES
+++ releases/CHANGES
+* got 0.41; 2020-09-25
+- make 'got ref -d' delete both loose and packed representations of the ref
+- make dangling symbolic references show up in 'got ref -l'
+- fix handling of slashes in got.conf repository paths (found by naddy)
+- hide remote HEAD refs in gotweb in order to match got and tog output
+- make 'got histedit' collapse folded add+delete operations (found by jrick)
+- fix matching the first object ID listed in a pack index (found by jrick)
+- let 'got clone' try to connect to server before creating repository contents
+- fix default branch name written to Git config file by 'got clone'
+- allow an interrupted 'got clone' to be resumed by 'got fetch'
+- handle failed connection attempts to git:// servers (patch by jrick)
+- make gotweb work in subdirectories of the web space (found by uwerler)
+
* got 0.40; 2020-09-21
- do not rely on <zlib.h> to pull in <unistd.h> (naddy)
- remove unused #includes from the new got-read-gotconfig/parse.y (naddy)
blob - /dev/null
blob + 2ce7aee0ec6928387209ffbbeea21f9f19bdf3a2 (mode 644)
Binary files /dev/null and releases/got-0.41.tar.gz differ