Commits


fix upper limit of number of commits in log view


fix error handling case in tog(1)


fix potential crash in tog(1)


implement downwards scrolling for tog(1)


add push/pop routines to manage commit queue in tog's log view


tog(1): handle vertical window resize events properly


add a quick path for redraw in log view


fixed column size for log display


in tog_log_view close the root object as soon as possible


split fetching and drawing of commits into separate steps


tog(1): improve "unknown command" error message


make tog(1) command argument optional


trim author names in tog log view


make keypad work in log view


make tog log show one commit per line and highlight selected one


add skeleton for tog(1)