Re: [PATCH v2 00/19] Adds reftable library code from https://github.com/hanwen/reftable.
From: Junio C Hamano <hidden> Date: 2021-09-09 20:03:00
"Han-Wen Nienhuys via GitGitGadget" [off-list ref] writes:
The reftable format is described in Documentation/technical/reftable.txt.
This is a fully reentrant implementation of reading and writing the reftable
file format, and should be suitable for embedding in libgit2 too. It does
not hook the code up to git to function as a ref storage backend yet.
v2:
* fold in OpenBSD fixes by Carlo Belón.