Commit Briefs

7e30a9bdbe Stefan Sperling

reenable mmap in got by default; committed by accident


60507209f3 Stefan Sperling

fix a leak in got_inflate_to_mem_mmap()


e79f468ebe Stefan Sperling

re-enable object cache; committed accidentally


df9513f185 Stefan Sperling

fix mem leak in blame_changes() error path


3efa19e75e Stefan Sperling

fix more memleaks


58c811c514 Stefan Sperling

remove a wrong free() in got_blame()


e8f89a814e Stefan Sperling

only unmap map if non-NULL in got_pack_close()


d4af3990f6 Stefan Sperling

fix mem leaks in got_blame()


ce7f1bfe20 Stefan Sperling

fix a mem leak in blame_commit()


9328d2ed4a Stefan Sperling

make tog blame thread close its repo when done



2977948937 Stefan Sperling

fix typo in Makefile comments: CPLAGS -> CFLAGS


ccfe88e6ed Stefan Sperling

provide a compile-time toggle for object caching


062ebb78e3 Stefan Sperling

replace some calloc() with malloc() in object.c


2620684109 Stefan Sperling

always close blame in got_blame_incremental()


1960a6f9da Stefan Sperling

don't leak objects in tog blame view


7a2921f9f5 Stefan Sperling

allow blaming parents of commits in tog blame view


c46b93520a Stefan Sperling

make backspace scroll up an entire page in tog diff view


dccb68cbf1 Stefan Sperling

disable enter key scroll in tog diff view



d2dfcfbf4e Stefan Sperling

don't page-down scroll beyond EOF in tog blame view


a026b94717 Stefan Sperling

don't sroll beyond end of file in tog blame view


030916b54b Stefan Sperling

man page for tog


12a0b23b54 Stefan Sperling

tweak tog blame progress indicator


1d13200f8a Stefan Sperling

allow showing object IDs in tog tree view