Commits


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


wrap overlong line


don't force a complete screen redraw on every refresh


remove redundant check in scroll_down()