Commit 9d762f74a7b0e692d221ced2373344478a0bde18

Stefan Sperling 2019-08-26T15:21:56

changes for 0.12

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/CHANGES b/CHANGES
index 52aa93a..676be42 100644
--- a/CHANGES
+++ b/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