Skip to content

Commit f40673f

Browse files
committed
SQUASH: doc: document "refs migrate --no-reflog"
1 parent a0f67df commit f40673f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/git-refs.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ git-refs - Low-level access to refs
88

99
SYNOPSIS
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

1515
DESCRIPTION
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+
4651
The following options are specific to 'git refs verify':
4752

4853
--strict::

0 commit comments

Comments
 (0)