Commit Briefs

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


20be8d9680 Stefan Sperling

add missing case for tog log backward search


f2d4ba2a35 Stefan Sperling

better regcomp flags for tog log search


56b9a4ca61 Stefan Sperling

extend tog.1's SEE ALSO section


e6c76b79c2 Stefan Sperling

point tog.1 readers to the re_format(7) manual page