Commits


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


tog: make search pattern case-sensitive


implement search for 'tog blame'


make default usage fit on one line; de-duplicates man page info


implement search for got tree view


generalize tog's view_search_start()


move search regex to struct tog_view


whitespace


tog log search: assign matched entries in a more obvious way


don't skip top-most item when scrolling upwards in tog log


remove stray nodelay() call in tog


start log search at currently selected commit


add missing case for tog log backward search


better regcomp flags for tog log search


implement backwards search in tog log view


fix performance of next search in tog log view