Commits


add 'make release' target; programs now have a version number


allow aborting search in 'tog log' with backspace key


allow branch names with tog log/blame/tree -c options


link _p versions of libraries if PROFILE=1; hint from claudio


make got/tog list commands if -h or an unknown command is provided


tog: fix typo in error message


tog: stop interpreting unknown commands as paths


fix thread synchronization during 'tog log' search; more speed-up


speed up search in 'tog log' while commits are still being loaded


disambiguate abbreviated object IDs based on object type


introduce support for abbreviated object IDs


fix segfault in error path of 'tog diff'


allow matching commit IDs in 'tog log' search


tog log: remove 'r' key-binding; we might want to re-use it later


Bind reload in 'tog log' to Ctrl+l


add 'r' command to tog log view


don't let search in 'tog log' wrap around to beginning/end of history


make search actually work in 'tog blame'


fix endless loop in 'tog tree' if search has no match


tog: make search pattern case-sensitive


implement search for 'tog blame'


make default usage fit on one line; de-duplicates man page info


implement search for got tree view


generalize tog's view_search_start()


move search regex to struct tog_view