Commits


don't store copies of packfile paths in each delta


fix leak in dump_delta_chain_to_file()


fix leaks in resolve_offset_delta()


free parent ids when freeing commit graph nodes


plug some leaks in inflate.c


fix leaks in commig graph's add_node()


fix logic error in print_commits()


fix leak in got_object_open_by_path()


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


callers of add_node() don't need to check for GOT_ERR_OBJ_EXISTS


treat double-linking to same child in commit graph as no-op


fix display of selected commit id in tog log view header


simplify selection of first entry to display in log view


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