6 years ago df0b3d8ac9 Stefan Sperling
allow matching commit IDs in 'tog log' search
6 years ago bf0668dd8c Stefan Sperling
tog log: remove 'r' key-binding; we might want to re-use it later
6 years ago 9be7558290 Stefan Sperling
tog.1: use consistent syntax for Control key combinations
6 years ago e3d2a5c6a3 Stefan Sperling
Bind reload in 'tog log' to Ctrl+l
6 years ago 9221fb1e6c Stefan Sperling
note that fetching new objects currently requires git
6 years ago 4e759de498 Stefan Sperling
add 'got branch' command
6 years ago d01904d4bb Stefan Sperling
add 'r' command to tog log view
6 years ago d6117e780b Stefan Sperling
diff thread in tog will probably not be needed
6 years ago b07cf8c30f Stefan Sperling
add usr.bin/diff todo item
6 years ago 5a5bf2acb9 Stefan Sperling
update todo items for tog
6 years ago f801134ab0 Stefan Sperling
don't let search in 'tog log' wrap around to beginning/end of history
6 years ago 2246482eaf Stefan Sperling
make search actually work in 'tog blame'
6 years ago ac66afb8fb Stefan Sperling
fix endless loop in 'tog tree' if search has no match
6 years ago f5daf9b149 Stefan Sperling
tog: make search pattern case-sensitive
6 years ago 6c4c42e07c Stefan Sperling
implement search for 'tog blame'
6 years ago 5e070240df Stefan Sperling
make default usage fit on one line; de-duplicates man page info
6 years ago 4eec20aa4d Stefan Sperling
document tog tree search
6 years ago 7c32bd051e Stefan Sperling
implement search for got tree view
6 years ago 2b49a8aead Stefan Sperling
generalize tog's view_search_start()
6 years ago 1803e47fda Stefan Sperling
move search regex to struct tog_view
6 years ago 3c0b0fd49e Stefan Sperling
whitespace
6 years ago bcf2df4ded Stefan Sperling
tog log search: assign matched entries in a more obvious way
6 years ago 1144d21ac0 Stefan Sperling
don't skip top-most item when scrolling upwards in tog log
6 years ago a2a0b31e44 Stefan Sperling
remove stray nodelay() call in tog
6 years ago b55df7bc57 Stefan Sperling
start log search at currently selected commit