Commit Briefs

f831532b96 Stefan Sperling

remove unused got_object_idset_remove_random()


fb5b9d5a63 Stefan Sperling

fix more leaks in commit graph's add_node()


c336f88938 Stefan Sperling

don't store copies of packfile paths in each delta


673702af1d Stefan Sperling

fix leak in dump_delta_chain_to_file()


ab3ad429d1 Stefan Sperling

fix leaks in resolve_offset_delta()


063c1beddf Stefan Sperling

free parent ids when freeing commit graph nodes


5aef396749 Stefan Sperling

plug some leaks in inflate.c


4e845d0113 Stefan Sperling

fix leaks in commig graph's add_node()


6b765bce16 Stefan Sperling

fix logic error in print_commits()


ca008b32c0 Stefan Sperling

fix leak in got_object_open_by_path()


fcc85cad48 Stefan Sperling

make 'got log' show all commits again and fix some leaks




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