Commit Briefs



34095730b1 Stefan Sperling

make backspace key work if 'tog log' runs in a child view


2bd27830c4 Stefan Sperling

give tog's child views >= 80 columns width


23721109e3 Stefan Sperling

fix logging /sys in tog while /sys symlink exists on disk


797bc7b9c2 Stefan Sperling

prevent use-after free in tog's close_log_view()


fd823528bd Stefan Sperling

refresh tog screen faster during during init phase


2c438a0a96 Stefan Sperling

remove #if 0 code which called curses from other threads




cc5bac6611 Stefan Sperling

revert previous; didn't fix the issue



876c7f5573 Stefan Sperling

fix error leak in tog's view_input()


d6144aad93 Stefan Sperling

fix auto-update of 'tog blame' display




4a8520aa6b Stefan Sperling

use a constant for max diff context size


ae9f01af2f Stefan Sperling

add -C option to diff and log synopsis in got man page


6e3e5d9c28 Stefan Sperling

fix a NULL deref in tog


5de5890b2e Stefan Sperling

add a 'got tree' subcommand


0996b108f5 Stefan Sperling

remove '[' and ']' key bindings from tog log


48ae06eed4 Stefan Sperling

allow changing amount of context lines in tog diff view


c0cc5c6226 Stefan Sperling

add diff context option to got(1)


df2871d297 Stefan Sperling

make amount of diff context configurable at API level