Commit 37ee2bb383e83d952ebc1132696644840b6bda5e

Stefan Sperling 2019-08-19T12:03:25

changes for 0.9

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGES b/CHANGES
index f38e5ce..a8003d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* got 0.9; 2019-08-19
+- fix blame bug where lines were annotated with wrong commit
+- man page spelling fixes (patch by Hiltjo Posthuma)
+- fix uninitialized 'editor' variable (found by Hiltjo Posthuma)
+- make 'got revert' ignore unversioned files instead of aborting (semarie@)
+- fix "last commit cannot be folded" histedit check with reordered commits
+
 * got 0.8; 2019-08-16
 - write tree entries the way git likes it to prevent git index corruption
 - make 'got blame' show line numbers, dates, and author names