commit 5a7c94c188f5c6b38906c7bb7affe26ea3038a4c from: Stefan Sperling date: Fri Sep 25 09:49:22 2020 UTC CHANGES for 0.41 commit - 9f6f394340870ce92e48a6d248d41d3d35d3fbf2 commit + 5a7c94c188f5c6b38906c7bb7affe26ea3038a4c blob - 2c7437e956ece7291ffaca5be22897c11155e38f blob + bf239d0345b214b3284b41a22565f37dfa65ce7f --- CHANGES +++ CHANGES @@ -1,3 +1,16 @@ +* 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 to pull in (naddy) - remove unused #includes from the new got-read-gotconfig/parse.y (naddy)