Commit Diff


commit - 10b394ac1c027dbd5663bfa1269707d1f8930f3e
commit + 9fe19ceb30ec231858b4c14c75da1c16aa8bc88b
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)