Commits


improve handling of struct got_object_qid allocations


avoid a call to mktime() in commit graph's add_node()


back out mini-commits; no significant performance difference


make got-read-pack pre-seed the main process mini commit cache


rename got_commit_object_mini to got_mini_commit_object


add a mini-commit object for use by commit graph


fix imsg limit calculation in got_privsep_send_tree()


avoid unnecessary imsg flushing in got_privsep_send_tree()


avoid unnecessary imsg_flush() in got_privsep_send_commit()


properly flush imsg in send_commit_logmsg()


fix error check in got_privsep_recv_blob()


make object caching actually work in got-read-pack


fix "rpath" pledge violation in got-read-pack


support commit log messages larger than the maximum imsg size


stop sending deltas in imsg; cache deltas in got-read-pack