Commit Briefs

df0b3d8ac9 Stefan Sperling

allow matching commit IDs in 'tog log' search



9be7558290 Stefan Sperling

tog.1: use consistent syntax for Control key combinations


e3d2a5c6a3 Stefan Sperling

Bind reload in 'tog log' to Ctrl+l


9221fb1e6c Stefan Sperling

note that fetching new objects currently requires git


4e759de498 Stefan Sperling

add 'got branch' command


d01904d4bb Stefan Sperling

add 'r' command to tog log view


d6117e780b Stefan Sperling

diff thread in tog will probably not be needed


b07cf8c30f Stefan Sperling

add usr.bin/diff todo item


5a5bf2acb9 Stefan Sperling

update todo items for tog



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'



4eec20aa4d Stefan Sperling

document tog tree search


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



1144d21ac0 Stefan Sperling

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


a2a0b31e44 Stefan Sperling

remove stray nodelay() call in tog


b55df7bc57 Stefan Sperling

start log search at currently selected commit