]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/extensions.txt
Merge branch 'cm/t7xxx-cleanup'
[thirdparty/git.git] / Documentation / config / extensions.txt
CommitLineData
4feb562f 1extensions.objectFormat::
2 Specify the hash algorithm to use. The acceptable values are `sha1` and
3 `sha256`. If not specified, `sha1` is assumed. It is an error to specify
4 this key unless `core.repositoryFormatVersion` is 1.
5+
6Note that this setting should only be set by linkgit:git-init[1] or
7linkgit:git-clone[1]. Trying to change it after initialization will not
8work and will produce hard-to-diagnose issues.