Commit Briefs

e4197bf9f2 Stefan Sperling

allow quitting all open tog views at once with Q


48fcc5120f Stefan Sperling

allow switching between open tog views with TAB



1bfa490b48 Stefan Sperling

move init code from show_log_view to open_log_view


e942472989 Stefan Sperling

move struct tog_blame into blame view state



ad80ab7bbc Stefan Sperling

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


7cbe629dd7 Stefan Sperling

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


4fc679cace Stefan Sperling

knf


c90732a0e1 Stefan Sperling

use local pointer variable to access diff view state


4d7951a5f0 Stefan Sperling

use local pointer variables to access log view state


b01e7d3b67 Stefan Sperling

de-anonymize type-specific tog view state strucures




6acd1bd184 Stefan Sperling

rename tog's show_view to view_show


96a765a89d Stefan Sperling

rename tog's close_view to view_close


b3665f435b Stefan Sperling

rename tog's open_view to view_open


d6b05b5be7 Stefan Sperling

keep track of view types in tog


69069811fa Stefan Sperling

move tog blame's repo-path parameter to -r option


a39318fdf6 Stefan Sperling

knf


1ff8e57324 Stefan Sperling

document 'got blame'


66bea07796 Stefan Sperling

move got blame's repo-path parameter to -r option



4639d50089 Stefan Sperling

continue the git-repository(5) man page; still incomplete


5e5560e104 Stefan Sperling

rename got-repository(5) man page to git-repository(5)