Commits


happy new copyright year


fix diffing of blamed commit in 'tog blame'


whitespace


plug leaks in error path of tog blame


apply unveil(2) to 'tog tree'


apply unveil(2) to 'tog blame'


apply unveil(2) to 'tog diff'


apply unveil(2) to 'tog log'


fix crash in tog when diffing a root commit


undo commit timestamps next to paths in diffs; they are redundant


show commit timestamps in diff headers


don't show a colon after 'commit' in tog


remove struct got_object from public library API


prevent crash in error path via tog's stop_blame()


make commit objects opaque in the library's API


remove colon from diff header


move commit header printing in diffs out of the library


store number of lines in int instead of size_t


make tog always focus a diff view opened from blame view


make tog always focus a diff view opened from log view


avoid a call to mktime() in commit graph's add_node()


fix build with PROFILE=1


fix stuck cursor on page-up in tog's tree view


delay creation of secondary threads in tog until view is shown


always select the new view in tog's view loop