Commit Briefs

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)


0d0963125c Stefan Sperling

fix copypasto in tog man page


c3ba6f369e Stefan Sperling

don't show the root path in tog log view header


cdf1ee82f4 Stefan Sperling

introduce a helper function to show tog views


77a567dda2 Stefan Sperling

replace panel after changing a view's window size


c70c5802a1 Stefan Sperling

wrap overlong lines in tog.c


6d0fee91bc Stefan Sperling

propagate tog window resize events across all active views