Commits


tell git to ignore obj directories


tweak comments in got_lib_privsep.h


put repository path into privsep children's argv


init ibuf only once for the lifetime of a privsep child


add a README file


add a Makefile hierarchy which builds the whole show


implement fork+exec (and by the way, fix the build...)


tweak imsg-related error messages


move some more functions from object.c to object_parse.c


move object parsing code into a separate file


remove unused argument from read_commit_object_privsep()


fix tog focus indication with backspace key


add visual indication of view focus in tog


detect errors from tog's view_close() in view_loop()


close all child views when closing a view in tog's view_loop()


fix f8405c929e03f5dbe8ed41ede81cba7fad2d4a65: don't change current view


fix double-free in tog's draw_file


revert changes which were committed by accident in previous


remove redundant update_panels() calls in tog


fix tog use-after-free via stale view->parent pointer


draw vertical borders between tog parent and child views


add got_locale_is_utf8()


link tog log view and child diff views together


missing 'static'


make tog use vertical split-screen if there's enough room