Commit cff5d32f5a46800c1429011dad94c5b20b28501c

Stefan Sperling 2020-03-06T12:42:58

change for 0.29

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGES b/CHANGES
index f1f6e4d..d89d468 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+* got 0.29; 2020-03-06
+- trim directories in got remove -R (tracey)
+- prevent commits from being listed more than once in a histedit script
+- fix histedit 'rebase commit ID mismatch' error when splitting a commit
+- be helpful when users try to check out work trees without a known branch
+- map 'tog path' to 'tog log path' if possible (requested by mpi)
+- when "bad path" errors occur always show the path in question
+- show merged commit ID upon merge conflict during rebase and histedit
+
 * got 0.28; 2020-02-25
 - improve man page documentation of rebase and histedit
 - disallow 'got rebase' while a histedit operation is in progress