Commits


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)


commit graph support for tog(1)


use got_object_open_as_commit() in tog(1)


rename got_parent_id to got_object_qid; better generic name


use the full terminal width in tog log view


fix drawing issue with overlong lines in tog diff


move two functions up in tog.c; avoids forward-declaration


fix wide-character support in tog log view


better trimming of lines to the right length in tog diff