5 years ago ef129c5eb2 Stefan Sperling
tog: plug memleaks in error paths of input_log_view()
5 years ago 53ccebc212 Stefan Sperling
add 'make release' target; programs now have a version number
5 years ago 678cbce557 Stefan Sperling
allow aborting search in 'tog log' with backspace key
5 years ago f2b6a97d56 Stefan Sperling
allow branch names with tog log/blame/tree -c options
5 years ago 37c06ea4bc Stefan Sperling
link _p versions of libraries if PROFILE=1; hint from claudio
5 years ago ce5b7c56fe Stefan Sperling
make got/tog list commands if -h or an unknown command is provided
5 years ago d70c3147e3 Stefan Sperling
tog: fix typo in error message
5 years ago 3642c4c651 Stefan Sperling
tog: stop interpreting unknown commands as paths
5 years ago 57b33b641c Stefan Sperling
fix thread synchronization during 'tog log' search; more speed-up
5 years ago 96e2b5666a Stefan Sperling
speed up search in 'tog log' while commits are still being loaded
5 years ago dd88155e48 Stefan Sperling
disambiguate abbreviated object IDs based on object type
5 years ago e09a504cc5 Stefan Sperling
introduce support for abbreviated object IDs
5 years ago 921be706a9 Stefan Sperling
fix segfault in error path of 'tog diff'
5 years ago df0b3d8ac9 Stefan Sperling
allow matching commit IDs in 'tog log' search
5 years ago bf0668dd8c Stefan Sperling
tog log: remove 'r' key-binding; we might want to re-use it later
5 years ago e3d2a5c6a3 Stefan Sperling
Bind reload in 'tog log' to Ctrl+l
5 years ago d01904d4bb Stefan Sperling
add 'r' command to tog log view
5 years ago f801134ab0 Stefan Sperling
don't let search in 'tog log' wrap around to beginning/end of history
5 years ago 2246482eaf Stefan Sperling
make search actually work in 'tog blame'
5 years ago ac66afb8fb Stefan Sperling
fix endless loop in 'tog tree' if search has no match
5 years ago f5daf9b149 Stefan Sperling
tog: make search pattern case-sensitive
5 years ago 6c4c42e07c Stefan Sperling
implement search for 'tog blame'
5 years ago 5e070240df Stefan Sperling
make default usage fit on one line; de-duplicates man page info
5 years ago 7c32bd051e Stefan Sperling
implement search for got tree view
5 years ago 2b49a8aead Stefan Sperling
generalize tog's view_search_start()