diff options
Diffstat (limited to 'refs.c')
| -rw-r--r-- | refs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ */ static const struct ref_storage_be *refs_backends[] = { [REF_STORAGE_FORMAT_FILES] = &refs_be_files, + [REF_STORAGE_FORMAT_REFTABLE] = &refs_be_reftable, }; static const struct ref_storage_be *find_ref_storage_backend(unsigned int ref_storage_format) |
