Commit Briefs

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


b1bf14358f Stefan Sperling

implement backwards search in tog log view


ead14cbec3 Stefan Sperling

fix performance of next search in tog log view


60493ae329 Stefan Sperling

implement search in 'tog log'


4a68c90c54 Stefan Sperling

trim redundant information from 'got init' documentation


bc20e173ea Stefan Sperling

fix usage() call in cmd_init()


2c7829a4ca Stefan Sperling

implement 'got init'


102ff934b4 Stefan Sperling

don't report 'base bumped' status if base is up-to-date



1a36436d4d Stefan Sperling

relax out-of-dateness check for 'got commit'


a5e55564f5 Stefan Sperling

fix sandbox name used by test_update_bumps_base_commit_id



30f8fd5e95 Stefan Sperling

tog: fix off-by-one which caused line-wrapping errors


46b6ee7302 Stefan Sperling

rename some variables