Commits


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()


reformat code to avoid overlong lines


rewrite scrolling code for page-down in log view


fix selection of last entry when scrolling tog log view


fix diff display for last entry in tog log view


fix previous: make page-down key move selection on last page


simplify tog log view scroll_down()


rename function argument for scrolling helpers in tog


whitespace


make space bar scroll page down in tog diff view


implement page down/up scrolling in tog diff view


restore blocking input in case we take an error path in tog


allow scrolling tog diff view with enter/backspace


allow switching from log view to diff view in tog