e303bf22f9
The reftable format is structured as a sequence of blocks, and each block contains a sequence of prefix-compressed key-value records. There are 4 types of records, and they have similarities in how they must be handled. This is achieved by introducing a polymorphic 'record' type that encapsulates ref, log, index and object records. Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
basics_test.c | ||
basics.c | ||
basics.h | ||
blocksource.c | ||
blocksource.h | ||
constants.h | ||
error.c | ||
LICENSE | ||
publicbasics.c | ||
record_test.c | ||
record.c | ||
record.h | ||
reftable-blocksource.h | ||
reftable-error.h | ||
reftable-malloc.h | ||
reftable-record.h | ||
reftable-tests.h | ||
system.h | ||
test_framework.c | ||
test_framework.h |