Commit 233f3602d650da494c59816d4f9244f1bcc3215c

Stefan Sperling 2020-02-25T12:54:34

changes for 0.28

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/CHANGES b/CHANGES
index bec82c4..f1f6e4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+* got 0.28; 2020-02-25
+- improve man page documentation of rebase and histedit
+- disallow 'got rebase' while a histedit operation is in progress
+- switch 'got tag' commit argument to a new -c option
+- let 'got branch' switch and update the work tree
+- improve documentation of -r flags in tog man page (naddy)
+- add 'got histedit -m' option which makes it easy to edit log messages
+- switch 'tog diff' repository path argument to a new -r option (naddy)
+- fix 'tog diff object1 object2' when run inside a work tree (naddy)
+- document semantics of got log and tog log path arguments
+- add ^B/^F key bindings (page up/down) to 'tog blame' and 'tog tree' (naddy)
+- disable compiler warnings in release builds to avoid -Werror build breakage
+
 * got 0.27; 2020-02-21
 - fix gotweb build with -O2 on sparc64 (tracey; reported by kmos)
 - add next/prev navigation to gotweb commit briefs and commits pages (tracey)