Commits


show 'searching...' during 'tog log' search even if no new commits are loaded


display "no matches found" if no commit matches a 'tog log' search


display "no more matches" indicator if 'tog log' search cannot find any


make 'tog log' consistently scroll one page upon page-down key (found by naddy)


Subtract the status line from the number of lines to page up/down in the log view. ok stsp@


map 'tog path' to 'tog log path' if possible; requested by mpi@


properly free cmd_argv in tog's main() function


fix typo in comment; found by mpi@


switch "tog diff" repository path argument to a new -r option


fix "tog diff object1 object2" by actually extracting the repository path from the work tree


add ^B/^F key bindings for page up/down in the "blame" and "tree" views


unify formatting of common code in tog log, blame, and tree


prevent possible double-free introduced in previous commit


add an optional path argument to 'tog tree'


use a common helper function to get the path from argv in tog log and blame