Commit b302f6b8388b68c4b962e9c8c8385c1cc6545876

Stefan Sperling 2019-11-08T15:15:57

changes for 0.19

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGES b/CHANGES
index c485bdc..034a955 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+* got 0.19; 2019-11-08
+- add optional colorized display mode to tog
+- make 'tog log' show abbreviated commit IDs if the window is large enough
+- fix staging of multiple files with -p
+- show commit date's century in 'got blame' output (patch by Tracey Emery)
+
 * got 0.18; 2019-10-21
 - always show the input path when realpath(3) returns an error
 - preserve log message when an error occurs during commit, tag, or import