Commits


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


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


fix copypasto in tog man page


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


introduce a helper function to show tog views


replace panel after changing a view's window size


wrap overlong lines in tog.c


propagate tog window resize events across all active views


make tog's show_tree_view() accept a pre-defined view


make tog's show_blame_view() accept a pre-defined view


make tog's show_log_view() accept a pre-defined view


handle errors from view_resize() in tog


support window resizing in tog blame view


support window resizing in tog diff view


use tog view's nlines and ncols instead of LINES and COLS


store correct window dimensions for full-screen views


store window dimensions in tog view data structure


make open_view() window size configurable


make tog's tree view data structure non-global


make tog's blame view data structure non-global


make tog's log view data structure non-global


make tog's diff view data structure non-global


fix leaks in got's print_commits()


fix leaks in tog's queue_commits()


free the correct commit id in 'tog blame'