commit 61208e9aa588d74ac2384d05a36079d8694ddb06 from: Stefan Sperling date: Mon Jul 04 13:33:18 2022 UTC publish got 0.73 commit - 1145017423c9f58a2265fa5cd70c3d351da7c4df commit + 61208e9aa588d74ac2384d05a36079d8694ddb06 blob - b9de79592c8945555c163af5377b195c8ca92839 blob + b2669051256f1b008c8e0f59e0e93fdc93c53ce9 --- releases/CHANGES +++ releases/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) blob - /dev/null blob + 27444e59a47c1d9d6aa2f0a8f7b92b5fac449410 (mode 644) Binary files /dev/null and releases/got-0.73.tar.gz differ