Commit 2b451e1aef28a44c2e25e2bc6098ca0c8982271b

Stefan Sperling 2020-09-30T16:44:01

changes for 0.42

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGES b/CHANGES
index bf239d0..b2c4d3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* got 0.42; 2020-09-30
+- add "branch" keyword to got.conf which specifies a list of branches to fetch
+- rework got's commit-time log message modification check
+- fix potential type mismatches between format specifiers and arguments (naddy)
+- prefer the BSD extension to reset getopt over the GNU one (naddy)
+- fix 'bad path' error from 'got clone' by unveiling the repository path again
+
 * got 0.41; 2020-09-25
 - make 'got ref -d' delete both loose and packed representations of the ref
 - make dangling symbolic references show up in 'got ref -l'