aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-refs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-refs.txt')
-rw-r--r--Documentation/git-refs.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/git-refs.txt b/Documentation/git-refs.txt
index 9829984b0a..733ada7d51 100644
--- a/Documentation/git-refs.txt
+++ b/Documentation/git-refs.txt
@@ -8,9 +8,9 @@ git-refs - Low-level access to refs
SYNOPSIS
--------
-[verse]
-'git refs migrate' --ref-format=<format> [--dry-run]
-'git refs verify' [--strict] [--verbose]
+[synopsis]
+git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]
+git refs verify [--strict] [--verbose]
DESCRIPTION
-----------
@@ -43,6 +43,11 @@ include::ref-storage-format.txt[]
can be used to double check that the migration works as expected before
performing the actual migration.
+--reflog::
+--no-reflog::
+ Choose between migrating the reflog data to the new backend,
+ and discarding them. The default is "--reflog", to migrate.
+
The following options are specific to 'git refs verify':
--strict::