commit 68ad340121fd613224aa16f2d51a5f8aea9380ac from: Stefan Sperling date: Mon Jul 04 13:27:57 2022 UTC CHANGES for 0.73 commit - 619b3b4984e59125a22c5067ab0c9cc61a3e53a7 commit + 68ad340121fd613224aa16f2d51a5f8aea9380ac blob - b9de79592c8945555c163af5377b195c8ca92839 blob + b2669051256f1b008c8e0f59e0e93fdc93c53ce9 --- CHANGES +++ CHANGES @@ -1,3 +1,29 @@ +* got 0.73; 2022-07-04 +- got patch: use diff3 to merge changes if possible (op) +- tog: alias C-b/C-f to scroll page back/forward with b/f (jamsek) +- tog: make SPACE page down in all views (naddy) +- tog: allow prefixing movement keys with count modifier (jamsek) +- always show commit or tree IDs in diff header, in order to help 'got patch' +- build non-release builds with -Wwrite-strings (op) +- got patch: handle git-style diffs for the 3-way merge too (op) +- implement support for commit coloring in got-read-pack for speed +- move got_opentemp out of open_blob and blame.c for future gotwebd (tracey) +- move got_opentemp out of diff.c and diffreg.c for future gotwebd +- tog: refactor log cursor movement in preparation for horizontal split (jamsek) +- tog: implement support for horizontal splitscreens (jamsek) +- switch 'tog diff' and 'tog blame' to Myers diff by default for speed +- make the diff algorithm used by 'tog diff' and 'tog blame' configurable +- make the patch parser look for the next "diff" header for robustness (op) +- got patch: don't loose the x bit when merging with diff3 (op) +- got patch: handle mangled whitespace (op) +- fix "imsg_add TREE_ENTRY: Result too large" error on i386 (semarie, op) +- create and verify tags signed by SSH keys (jrick) +- tog: add C-g/backspace key map to abort compound commands (jamsek) +- rename got.conf(5) fetch-all-branches to fetch_all_branches for consistency +- rename got.conf(5) mirror-references to mirror_references for consistency +- use pipe() which is a more portable syscall than pipe2() (jrick) +- got patch: check for specific chars instead of using isspace(3) (op) + * got 0.72; 2022-06-18 - fix "bad offset in pack file" error due to uninitialized variable (op) - initialize all variables used for sending privsep messages to zero (op)