Commit Briefs

6131ff18e8 Mark Jamsek

fix fullscreen view regression introduced in 0dbbbe90fd

When cycling from a child view in fullscreen, the parent view is opened in a splitscreen with no border instead of fullscreen. Check the view mode when cycling between views and resize parent dimensions accordingly. ok op@


6141756554 Mark Jamsek

alias C-b/C-f to scroll page back/forward with b/f

Suggested by naddy. Remap 'f'ullscreen to 'F', and blame view key maps 'b' and 'B' to 'c' and 'C', respectively, per stsp's and naddy's suggestion. While here, remove trailing whitespace. ok naddy@


d8b5af438b Omar Polo

use the commitid in the patch diff3 conflict header

suggested by and ok stsp@


55e9459f41 Omar Polo

got patch: use diff3 to merge the changes

Parse the "blob -" metadata in diffs produced by 'got diff' and use the original file for patching. Then, use the diff3 with the current version of the file to merge the differences. This solves many failures automagically or at least turns them into a conflict. ok/improvements stsp@


05737d499b Omar Polo

patch_file: fill tmp with the patched file even in nop mode

future work with diff3 merge will need the fully patched file even in the nop mode ok stsp@


827bcd6cc3 Omar Polo

patch_file: move file ownership to parent

ok stsp@


c662152851 Stefan Sperling

bump version number


c57e65c969 Stefan Sperling

CHANGES for 0.72 (tags/0.72)


f704b35c7d Stefan Sperling

small grammar and accuracy fixes in a comment



364ac6fd6d Stefan Sperling

take tog selection cursor position into account when searching for next match

Patch by Mikhail ok op@ jamsek


89a34d6e53 Stefan Sperling

wrap an overlong line in enumeration_request()


80f51a9eb7 Stefan Sperling

fix unexpected imsg error after incomplete enumeration in got-read-pack

reported by jrick and op@ ok op@


dfee752e56 Omar Polo

tog: reset matched and search data after C-l

otherwise they point to free'd data. ok stsp@