Commits


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()


simplify got_commit_graph_iter_start(); adding an ID to open_branches suffices


remove unused 'node' parameter from advance_branch()


commit graph's idset data pointers were not actually used


remove pointless output parameters from fetch_commits_from_open_branches()


fix error in previous commit


simplify changed-path and branch-done detection in commit graph


move changed-path detection out of add_node() in commit graph


more portable string comparison in Makefile.inc; patch by Edgar Pettijohn


init TAILQ earlier in got_commit_graph_open(), just in case


remove a redundant call to detect_changed_path() in commit graph


simplify error handling in got_commit_graph_open()