Commits


tog: plug memleaks in error paths of input_log_view()


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