git-refs
(1)Low-level access to refs
Options
4--ref-formatThe ref format to migrate the ref store to. Can be one of: •files for loose files with packed-refs. This is the default. •reftable for the reftable format. This format is experimental and its internals are subject to change.
--dry-runPerform the migration, but do not modify the repository. The migrated refs will be written into a separate directory that can be inspected separately. The name of the directory will be reported on stdout. This can be used to double check that the migration works as expected before performing the actual migration.
--strictEnable stricter error checking. This will cause warnings to be reported as errors. See git-fsck(1).
--verboseWhen verifying the reference database consistency, be chatty.
DESCRIPTION
COMMANDS
KNOWN LIMITATIONS
The ref format migration has several known limitations in its current form:
These limitations may eventually be lifted.