Commits


avoid unnecessary imsg flushing in got_privsep_send_tree()


avoid unnecessary imsg_flush() in got_privsep_send_commit()


fix build with PROFILE=1


properly flush imsg in send_commit_logmsg()


remove some dead code


fix error check in got_privsep_recv_blob()


move code not used by libexec tools out of object_parse.c


fix stuck cursor on page-up in tog's tree view


expose merge commits in log output again


delay creation of secondary threads in tog until view is shown


always select the new view in tog's view loop


add missing error check in tog's input_log_view()


prevent dead view from being re-used in tog's view_loop


fix crashes in tog when terminal is resized


in tog, check return code of replace_panel()