]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: implement stack, a mutable database of reftable files.
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 7 Oct 2021 20:25:13 +0000 (20:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 17:45:48 +0000 (10:45 -0700)
commite48d427268f965bf381a2f4fa445b5ade7913880
tree0a98015729d11ec786a5824ca2d3df959316e8fa
parentacb533440fc0ed32e195987b9946e948a9706560
reftable: implement stack, a mutable database of reftable files.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
reftable/reftable-stack.h [new file with mode: 0644]
reftable/stack.c [new file with mode: 0644]
reftable/stack.h [new file with mode: 0644]
reftable/stack_test.c [new file with mode: 0644]
t/helper/test-reftable.c