Commit 4a87b3701d0c943155b64f698e7d9db32ba57fbb

Stefan Sperling 2021-09-15T09:55:18

CHANGES for 0.60

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index 933179a..e66b453 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* got 0.60; 2021-09-15
+- fix another instance of 'got send' sending branches the server already has
+- make 'got send' regression tests run 'git fsck' on all involved repositories
+- shell code fixes in regress tests for portability (naddy)
+
 * got 0.59; 2021-09-14
 - fix copy-pasto in got.conf man page
 - add -q quiet mode to checkout and update (tracey)