Commit Diff


commit - 502b9684f951602db159ea8e357e404480666eec
commit + 0fe7d714db67e605ef529c0a9b60125f5d519ab2
blob - 6010f654c8f6e4d0e112bca2b8851aac45e74951
blob + 241cdfbf7bf37595c7683a0b9ece72d2a0cfc29d
--- CHANGES
+++ CHANGES
@@ -1,3 +1,13 @@
+* got 0.38; 2020-08-02
+- add support for managing symbolic links under version control
+- new -S option for 'got commit' and 'got stage' to skip symlink safety checks
+- add a 'got info' command which displays work tree meta-data
+- display more context in "no such entry found in tree" error messages
+- fix spurious 'got cherrypick' error with a path prefix and an empty tree
+- fix committing file additions from a work tree with a path prefix
+- fix build error with clang 10 due to missing for-loop block grouping (naddy@)
+- make 'got log' -R and -P options work in combination
+
 * got 0.37; 2020-07-23
 - cope with directory entries returned from readdir(3) with type DT_UNKNOWN
 - fix merging with files that do not contain a newline character