Commit Briefs

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