4 years ago 5aa813935b Stefan Sperling
add copyright year for files already touched in 2020
4 years ago e40b19ed24 Stefan Sperling
fix reading ref deltas with GOT_PACK_NO_MMAP builds
4 years ago fe558a04ad Stefan Sperling
plug a memory leak: got-read-commit forgot to close commits
4 years ago 3f7f9bd96e Stefan Sperling
fix memleak in error case of got-read-commit
4 years ago b87b4170d4 Stefan Sperling
rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)
4 years ago b64b1f953a Stefan Sperling
plug a memory leak; parsed tree entries were not freed
4 years ago fa7a529ed4 Stefan Sperling
disable delta cache in GOT_NO_OBJ_CACHE builds
4 years ago cbfaaf2082 Stefan Sperling
add missing check for errors from imsg_get()
4 years ago 32c85d2cf9 Stefan Sperling
revert e7a5b9e9b763327a7e1ddd69f6bc533565d60794; it changed blame output
4 years ago 1accf02b58 Stefan Sperling
detect duplicate object IDs during ambiguity check; packed regress passes now
4 years ago b32c452563 Stefan Sperling
make it possible to run regress tests with packed repositories
4 years ago e7a5b9e9b7 Stefan Sperling
commit graph's close_branch() can be inlined in one place
4 years ago df8cd9c6cd Stefan Sperling
small simplification in got_commit_graph_iter_next()
4 years ago a450c2bf91 Stefan Sperling
remove a misleading comment
4 years ago 48595de13a Stefan Sperling
remove redundant code from add_node_to_iter_list()
4 years ago 94489f7d96 Stefan Sperling
remove commit graph iter_node pointer; use the iter_list head instead
4 years ago 5175b31a9e Stefan Sperling
improve commit graph's error handling of non-existent paths
4 years ago 7e33c8c53e Stefan Sperling
no need to open a commit in got_commit_graph_iter_start()
4 years ago 3ff3126d9b Stefan Sperling
simplify got_commit_graph_iter_start(); adding an ID to open_branches suffices
4 years ago 14159a7b73 Stefan Sperling
remove unused 'node' parameter from advance_branch()
4 years ago 8e29169599 Stefan Sperling
commit graph's idset data pointers were not actually used
4 years ago 57eecd46cb Stefan Sperling
remove pointless output parameters from fetch_commits_from_open_branches()
4 years ago ec1904dc6e Stefan Sperling
fix error in previous commit
4 years ago 13a851c144 Stefan Sperling
simplify changed-path and branch-done detection in commit graph
4 years ago de56b2d773 Stefan Sperling
move changed-path detection out of add_node() in commit graph