Commits


changes for 0.24


don't bother swapping the first pack index cache pointer, and improve comment


increase tag cache size; makes tog more responsive when many tags exist


fix pack index cache; don't open/close pack index files needlessly


delta caching is done; remove related item from TODO list


add support for first-parent history traversal to got-read-pack


.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


remove redundant code from add_node_to_iter_list()


remove commit graph iter_node pointer; use the iter_list head instead


improve commit graph's error handling of non-existent paths


no need to open a commit in got_commit_graph_iter_start()