summaryrefslogtreecommitdiffstats
path: root/technical/repository-version.txt
diff options
context:
space:
mode:
Diffstat (limited to 'technical/repository-version.txt')
-rw-r--r--technical/repository-version.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/technical/repository-version.txt b/technical/repository-version.txt
index 27be3741e..47281420f 100644
--- a/technical/repository-version.txt
+++ b/technical/repository-version.txt
@@ -103,5 +103,6 @@ GIT_COMMON_DIR/worktrees/<id>/config.worktree)
==== `refStorage`
-Specifies the file format for the ref database. The only valid value
-is `files` (loose references with a packed-refs file).
+Specifies the file format for the ref database. The valid values are
+`files` (loose references with a packed-refs file) and `reftable` (see
+Documentation/technical/reftable.txt).