Commit Diff


commit - 4343a07f8a7ed7d12a233c873a417b38b555e200
commit + bc72674681a1db919cfabb200ae4873d74f7980b
blob - 649f4a6d0071793ff76a1a2befa38e31afafc56f
blob + d7cb8866e0c69d7b90640eaf91b10c36fc342532
--- CHANGES
+++ CHANGES
@@ -1,3 +1,9 @@
+* got 0.35; 2020-04-25
+- don't pass "-p 22" to ssh; makes ssh_config's Port option work (semarie)
+- fix a file index corruption problem with 'got rebase' (found by tracey)
+- fix 'got log -r' loading refs from the wrong repo if invoked in a work tree
+- filter out "remotes/*/HEAD" references in got/tog log output
+
 * got 0.34; 2020-04-19
 - make use of new convenience API functions of kcgi 0.12 in gotweb
 - make 'got update' skip conflicted files (prevents loss of local changes)