commit 233f3602d650da494c59816d4f9244f1bcc3215c from: Stefan Sperling date: Tue Feb 25 12:54:34 2020 UTC changes for 0.28 commit - 2b6826ba4126532b017434e71e02ad55f62c1a12 commit + 233f3602d650da494c59816d4f9244f1bcc3215c blob - bec82c4854e9143a4765ead4688b649b9bf881b4 blob + f1f6e4da40a6009fc9bfea464c5ad630c7c51f0d --- CHANGES +++ 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)