Commits


rename got_blame_incremental() to got_blame()


properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)


strip Git GPG signatures from log messages


don't attempt to parse Git's "leightweight" tags as real tag objects


make 'tog log' display tags in addition to branch references


annotate symlinks with @ in 'got tree' and 'tog tree'


fix crashes in tog when blame returns no results on a file fix for underlying blame bug still pending...


tog: plug memory leak in blame_tree_entry()


fix double-free when blame view is closed in error path; found by otto@


make tog's log thread bail out upon SIGPIPE; I don't fully grok which thread will see these signals; somebody please page Mr. Posix


don't let a pthread mutex unlock error mask other errors in tog


let tog catch SIGPIPE; might help fix unclean exit issue reported by Artturi


wrap over-long line


make "tog log" respect -r argument; from semarie@


fix build on OpenBSD/sparc64 (gcc)


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