mirror of
https://github.com/git/git.git
synced 2026-01-09 09:36:36 +00:00
Merge branch 'ps/reftable-backend'
Integrate the reftable code into the refs framework as a backend. * ps/reftable-backend: refs/reftable: fix leak when copying reflog fails ci: add jobs to test with the reftable backend refs: introduce reftable backend
This commit is contained in:
@@ -24,8 +24,9 @@ enum fetch_negotiation_setting {
|
||||
FETCH_NEGOTIATION_NOOP,
|
||||
};
|
||||
|
||||
#define REF_STORAGE_FORMAT_UNKNOWN 0
|
||||
#define REF_STORAGE_FORMAT_FILES 1
|
||||
#define REF_STORAGE_FORMAT_UNKNOWN 0
|
||||
#define REF_STORAGE_FORMAT_FILES 1
|
||||
#define REF_STORAGE_FORMAT_REFTABLE 2
|
||||
|
||||
struct repo_settings {
|
||||
int initialized;
|
||||
|
||||
Reference in New Issue
Block a user