mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
refdb: wire up "reftable" storage format
Wire up the "reftable" storage format via the newly implemented reftable backend.
This commit is contained in:
@@ -23,7 +23,8 @@ GIT_BEGIN_DECL
|
||||
|
||||
/** The type of the refdb as determined by "extensions.refStorage". */
|
||||
typedef enum {
|
||||
GIT_REFDB_FILES = 1 /**< Files backend using loose and packed refs. */
|
||||
GIT_REFDB_FILES = 1, /**< Files backend using loose and packed refs. */
|
||||
GIT_REFDB_REFTABLE = 2 /**< Reftable backend. */
|
||||
} git_refdb_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user