Commit Diff


commit - 965988c576b566cf19bea08f244a05fcd811e9dc
commit + c01db4f800a3be219f68633d39f12c5550d3770b
blob - 9dcec984320556b27bf817c4c1b4517ed2f12ae0
blob + bc72ee58e884f7a86ce0134dfc612becebd18be0
--- CHANGES
+++ CHANGES
@@ -1,3 +1,10 @@
+* got 0.23; 2019-12-16
+- prevent status crawl from racing with paths changing in the filesystem
+- add -k option to 'got remove' to keep files on disk (Tracey Emery)
+- add -R option to 'got remove' for recursive deletion (Tracey Emery)
+- add -I option to 'got add' to disregard ignore patterns (Tracey Emery)
+- show numeric dates in ISO-8601/xkcd-1179 format in 'tog log' and 'got blame'
+
 * got 0.22; 2019-12-01
 - allow empty diff context context (-C0) in 'got diff' (kn@)
 - add '-s search-pattern' option to 'got log' (kn@)