Commits


tog's blame_thread needs to hold mutex while closing repo


allow entering log view from tree view


make draw_commits() fetch more commits if necessary


ncurses does not return ERR with errno == EINTR; don't expect it


fix tog crash with window resize and scrolling


allow filtering history by path in tog log


set a boolean properly


initialize variable correctly


allow filtering history by paths in 'got log'


scan upwards for git repositories


fix memory leaks in tog display code


reenable mmap in got by default; committed by accident


fix a leak in got_inflate_to_mem_mmap()


re-enable object cache; committed accidentally


fix mem leak in blame_changes() error path


fix more memleaks


remove a wrong free() in got_blame()


only unmap map if non-NULL in got_pack_close()


fix mem leaks in got_blame()


fix a mem leak in blame_commit()


make tog blame thread close its repo when done


in tog blame, set corret pointer to NULL after object close


fix typo in Makefile comments: CPLAGS -> CFLAGS


provide a compile-time toggle for object caching


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