Commits


.PHONY is a target ok stsp@


add copyright year for files already touched in 2020


fix reading ref deltas with GOT_PACK_NO_MMAP builds


plug a memory leak: got-read-commit forgot to close commits


fix memleak in error case of got-read-commit


rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)


plug a memory leak; parsed tree entries were not freed


disable delta cache in GOT_NO_OBJ_CACHE builds


add missing check for errors from imsg_get()


revert e7a5b9e9b763327a7e1ddd69f6bc533565d60794; it changed blame output


detect duplicate object IDs during ambiguity check; packed regress passes now


make it possible to run regress tests with packed repositories


commit graph's close_branch() can be inlined in one place


small simplification in got_commit_graph_iter_next()


remove a misleading comment