Commit Briefs




Stefan Sperling

fix calls to ref_usage(); found by naddy


Stefan Sperling

initial 'tog ref' implementation

ok naddy tracey


Stefan Sperling

store reflists in view state where required and get rid of reflist pointers

ok tracey naddy


Stefan Sperling

make 'tog diff' accept reference and tag arguments; add -w and -C options

ok naddy tracey





Stefan Sperling

remove now pointless 'check_disk' parameter of got_repo_map_path()

suggested by naddy


Stefan Sperling

make tog avoid got_repo_map_path() if a work tree is available

ok naddy


Christian Weisgerber

Call pthread_cond_destroy(cond) exactly once when closing a view.

This moves the pthread_cond_destroy(need_commits) from stop_log_thread(), which can be called twice, to close_log_view(), which is called once. It also destroys the commit_loaded condition variable, which is created in open_log_view() but was never destroyed. ok stsp


Stefan Sperling

highlight matched search terms in tog diff and tog blame views

ok naddy@