Commits


make got/tog list commands if -h or an unknown command is provided


tog: fix typo in error message


tog: stop interpreting unknown commands as paths


fix thread synchronization during 'tog log' search; more speed-up


speed up search in 'tog log' while commits are still being loaded


disambiguate abbreviated object IDs based on object type


introduce support for abbreviated object IDs


fix segfault in error path of 'tog diff'


allow matching commit IDs in 'tog log' search


tog log: remove 'r' key-binding; we might want to re-use it later


Bind reload in 'tog log' to Ctrl+l


add 'r' command to tog log view


don't let search in 'tog log' wrap around to beginning/end of history


make search actually work in 'tog blame'


fix endless loop in 'tog tree' if search has no match