Commit 2664411dece82c78fa33d0065075d1e273d0f9f7

Stefan Sperling 2021-02-11T07:32:48

CHANGES for 0.49

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/CHANGES b/CHANGES
index 95683d0..62aadb9 100644
--- a/CHANGES
+++ b/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)