File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ git-refs - Low-level access to refs
88
99SYNOPSIS
1010--------
11- [verse ]
12- ' git refs migrate' --ref-format=<format> [--dry-run]
13- ' git refs verify' [--strict] [--verbose]
11+ [synopsis ]
12+ git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]
13+ git refs verify [--strict] [--verbose]
1414
1515DESCRIPTION
1616-----------
@@ -43,6 +43,11 @@ include::ref-storage-format.txt[]
4343 can be used to double check that the migration works as expected before
4444 performing the actual migration.
4545
46+ --reflog::
47+ --no-reflog::
48+ Choose between migrating the reflog data to the new backend,
49+ and discarding them. The default is "--reflog" to migrate.
50+
4651The following options are specific to 'git refs verify':
4752
4853--strict::
You can’t perform that action at this time.
0 commit comments