Commit Diff


commit - 51fe753088f2c7e3d2f1cc6e8e6462d1feb15de0
commit + 37ee2bb383e83d952ebc1132696644840b6bda5e
blob - f38e5ce28434bd2c193e396fad8f18a1784e0003
blob + a8003d9b4da2201ec29320a409427cbfbe22befc
--- CHANGES
+++ 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