Commits


add copyright year for files already touched in 2020


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


convert tree entries from SIMPLEQ to an array


reduce the amount of memcpy() and strdup() while parsing tree entries


more progress on generating new tree entries


make all the read_privsep functions local to object.c


eliminate got_object_open() round-trip when opening blobs


eliminate got_object_open() round-trip when opening tags


eliminate got_object_open() round-trip when opening trees


make all the _packed_read_privsep() functions local to object.c


eliminate got_object_open() round-trip when opening commits


more support for tag objects; new code is not yet reachable


improve handling of struct got_object_qid allocations


back out mini-commits; no significant performance difference