Commits


add a todo item for abbreviated object IDs


introduce support for abbreviated object IDs


compare pointer against NULL, not 0


fix segfault in error path of 'tog diff'


suse shorter wording around object IDs in man pages


allow matching commit IDs in 'tog log' search


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


tog.1: use consistent syntax for Control key combinations


Bind reload in 'tog log' to Ctrl+l


note that fetching new objects currently requires git


add 'got branch' command


add 'r' command to tog log view


diff thread in tog will probably not be needed


add usr.bin/diff todo item


update todo items for tog


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


document tog tree search


implement search for got tree view


generalize tog's view_search_start()


move search regex to struct tog_view