commit 0ca93d682095979ae00ff62bfbceec882a4ba030 from: Stefan Sperling via: Thomas Adam date: Wed Nov 24 03:14:31 2021 UTC CHANGES for 0.64 commit - 844307c69e1213b5967a67673e2ed02e0d34f181 commit + 0ca93d682095979ae00ff62bfbceec882a4ba030 blob - ad0de6160112102e1201dbefc6f2717607d60e8f blob + 8ef1f7c827cd942926c7f541a7657b763c4dca82 --- CHANGES +++ 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)