Commit 2eea88b2aecb62a862646284ff88c352890d7282

Stefan Sperling 2020-01-14T18:52:53

changes for 0.25

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/CHANGES b/CHANGES
index cc1ba5c..40d65b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+* got 0.25; 2020-01-14
+- fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@)
+- fix 'tog tree' usage displayed in error case (patch by naddy@)
+- support Git-style "lightweight" tags as arguments for 'got diff'
+- handle Git-style "lightweight" tags in got tag -l
+- make got and tog accept a --version argument (prompted by tedu@)
+- add -E option to 'got checkout' allowing use of a non-empty work tree path
+- make 'tog log PATH' fail when a non-existent path is specified
+- fix out of bounds access (patch by Martin <openbsd () academicsolutions ! ch>)
+- fix switching to tog's tree view when logging a path (reported by naddy@)
+
 * got 0.24; 2020-01-08
 - do not open and close pack index files needlessly
 - fix 'got log' and 'tog log' performance issue when lots of tags exist