Commits


update tog man page


allow quitting all open tog views at once with Q


allow switching between open tog views with TAB


restructure tog so there's a single event loop managing views


move init code from show_log_view to open_log_view


move struct tog_blame into blame view state


use shorter name for tog view state pointer and re-wrap lines


split tog's tree view into open/show/close functions


split tog's blame view into open/show/close functions


knf


use local pointer variable to access diff view state


use local pointer variables to access log view state


de-anonymize type-specific tog view state strucures


split tog's show_log_view into open/show/close view functions


split tog's show_diff_view into open/show/close view functions