Commit Diff


commit - 34d4e04c36ba27442a4c0c7187e648ce03e23275
commit + 2664411dece82c78fa33d0065075d1e273d0f9f7
blob - 95683d06d670ff68b643576b364b5cd1e63ec7fc
blob + 62aadb98c23f3cf14b56454f4fccb32fa52a5305
--- CHANGES
+++ CHANGES
@@ -1,3 +1,13 @@
+* got 0.49; 2021-02-11
+- implicitly mark all files in work tree as up-to-date after 'got integrate'
+- tog: fix behaviour if 'n' is pressed before search is started (found by naddy)
+- in 'got clone', allow -l together with -q, for consistency with 'got fetch'
+- add 'got commit -F' option to commit with a log message stored in a file
+- simplify error message shown when 'got rebase' has nothing to do
+- tolerate tag objects which lack tagger timestamp information (found by naddy)
+- got info: fix a pasto in an error message (naddy)
+- include remote branches in the output of 'got branch -l' (suggested by helg)
+
 * got 0.48; 2021-01-22
 - use POSIX [s1 = s2] syntax instead of [s1 == s2] (patch by Ryo ONODERA)
 - tog log: terminate author field at '>' in case there is no '@' (naddy)