Commit Briefs

e0d42f609a Stefan Sperling

fix display of selected commit id in tog log view header


034e3b695c Stefan Sperling

simplify selection of first entry to display in log view


c9beca569c Stefan Sperling

tog's blame_thread needs to hold mutex while closing repo


69efd4c499 Stefan Sperling

allow entering log view from tree view


a7f4014811 Stefan Sperling

make draw_commits() fetch more commits if necessary



55198a88d8 Stefan Sperling

fix tog crash with window resize and scrolling


ecb28ae0fb Stefan Sperling

allow filtering history by path in tog log


55ad411b96 Stefan Sperling

set a boolean properly


e456239b0c Stefan Sperling

initialize variable correctly


04ca23f459 Stefan Sperling

allow filtering history by paths in 'got log'


85f51bbadd Stefan Sperling

scan upwards for git repositories


2550e4c30a Stefan Sperling

fix memory leaks in tog display code


7e30a9bdbe Stefan Sperling

reenable mmap in got by default; committed by accident


60507209f3 Stefan Sperling

fix a leak in got_inflate_to_mem_mmap()