Commit Diff


commit - 11b20872df392ca0904b1dc128407bf2522ebe87
commit + b302f6b8388b68c4b962e9c8c8385c1cc6545876
blob - c485bdc12a247f6108edc17394b8c730100673ac
blob + 034a955945ce6a3fe6fa4d9726cde2888438124b
--- CHANGES
+++ 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