Commit Briefs

f2b6a97d56 Stefan Sperling

allow branch names with tog log/blame/tree -c options




d70c3147e3 Stefan Sperling

tog: fix typo in error message


3642c4c651 Stefan Sperling

tog: stop interpreting unknown commands as paths




dd88155e48 Stefan Sperling

disambiguate abbreviated object IDs based on object type


e09a504cc5 Stefan Sperling

introduce support for abbreviated object IDs


921be706a9 Stefan Sperling

fix segfault in error path of 'tog diff'


df0b3d8ac9 Stefan Sperling

allow matching commit IDs in 'tog log' search



e3d2a5c6a3 Stefan Sperling

Bind reload in 'tog log' to Ctrl+l


d01904d4bb Stefan Sperling

add 'r' command to tog log view



2246482eaf Stefan Sperling

make search actually work in 'tog blame'


ac66afb8fb Stefan Sperling

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


f5daf9b149 Stefan Sperling

tog: make search pattern case-sensitive


6c4c42e07c Stefan Sperling

implement search for 'tog blame'



7c32bd051e Stefan Sperling

implement search for got tree view


2b49a8aead Stefan Sperling

generalize tog's view_search_start()


1803e47fda Stefan Sperling

move search regex to struct tog_view


3c0b0fd49e Stefan Sperling

whitespace