commit 8e7a84a9edef535e766bcc00affe76d0d1c1a182 from: Stefan Sperling date: Tue Nov 23 15:40:43 2021 UTC publish got 0.64 commit - 5ca479d6d2fc00d14867679c773b341afa69697d commit + 8e7a84a9edef535e766bcc00affe76d0d1c1a182 blob - ad0de6160112102e1201dbefc6f2717607d60e8f blob + 8ef1f7c827cd942926c7f541a7657b763c4dca82 --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,16 @@ +* got 0.64; 2021-11-23 +- try only 3 delta base candidates instead of 10 to speed up packing +- use up to 128 delta chain elements again; creates smaller packs at same speed +- remove unused variables to fix LLVM 13 warnings (naddy) +- make 'got rebase' switch the work tree if no commits need rebasing (jrick) +- fix man page HTML rendering for command aliases (kn) +- let gotadmin find the repository automatically if invoked in a work tree +- preserve binary files during updates and merges instead of leaving them empty +- allow sorting references by timestamp in tog ref view +- add got ref -t option to sort listed references by modification time +- add got branch -t option to sort listed branches by modification time +- regress: make test operands POSIX compliant (thomas_adam) + * got 0.63; 2021-10-17 - fix 'got send -T' regression if tag already exists on server (found by Omar) - fix another regression where a 3-way merge would segfault (naddy) blob - /dev/null blob + ee7f42322f3462dc9530d1f27de6f505009c1b8f (mode 644) Binary files /dev/null and releases/got-0.64.tar.gz differ