Commits


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


refresh tog screen faster during during init phase


remove #if 0 code which called curses from other threads


use halfdelay mode to auto-refresh tog's screen every second


ncurses isn't thread-safe; disable ncurses calls in secondary threads


revert previous; didn't fix the issue


make tog read input from stdscr; avoids races when resizing


fix error leak in tog's view_input()


fix auto-update of 'tog blame' display


make 'tog log' use background thread and introduce global mutex


remove print from 'got checkout' showing redundant information


use a constant for max diff context size


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


fix a NULL deref in tog


add a 'got tree' subcommand