Commit Diff


commit - cfb5948cb6aaca96ebdc98b65e630d6dff110056
commit + 9d762f74a7b0e692d221ced2373344478a0bde18
blob - 52aa93ac883a8eee592bfa0e238621c0069d9102
blob + 676be42088a425aa3268da69565f38427ee6ce86
--- CHANGES
+++ CHANGES
@@ -1,3 +1,14 @@
+* got 0.12; 2019-08-26
+- add support for path arguments to 'got cat'
+- make 'got log -p path' display patches for the specified path only
+- allow creating branches based on commit IDs
+- prevent deletion of the work tree's current branch
+- detect and ignore Git submodules
+- indicate non-existent path arguments in 'got status'
+- make 'got diff' error for non-existent path arguments
+- make 'got tag -l' list tags by time stamp in descending order
+- fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
+
 * got 0.11; 2019-08-23
 - add 'got tag' command
 - add 'got cat' command