Commits


show day of commit in tog log view


nicer blame progress display in tog


show a header line in tog's blame view


implement cleaner cancellation of tog's blame view


allow quitting tog blame view while blame is in progress


fix a crash and a memory leak in tog


implement incremental blame display for tog


in tog, fix width calculation of lines with tabs


fix page-up scroll to '..' entries in 'tog tree'


fix blank line and limit accounting in draw_tree_entries()


show current parent directory path in 'tog tree' view


fix memory leak in blame_tree_entry()


make blame_tree_entry() construct parent's path in correct order


allow entering tree view from log view with 't' key


tog: exit loop if show_commit() returns an error


unbreak tog build...


implement 'tog tree'


in tog blame, read errno right after error occurred


fix error path leaks in 'tog blame'


make 'tog -h' and 'tog -h xxx' show something useful


implementation of 'tog blame', not reachable via gui yet


store commit timestamps as 'struct tm' in UTC


make tog(1) compile again


plug mem leaks in tog's mbs2ws()


handle EILSEQ in tog(1)