aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/repository-version.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/repository-version.txt')
-rw-r--r--Documentation/technical/repository-version.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/technical/repository-version.txt b/Documentation/technical/repository-version.txt
index 27be3741e6..47281420fc 100644
--- a/Documentation/technical/repository-version.txt
+++ b/Documentation/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).