summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-16 12:43:46 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-16 12:43:46 -0800
commitba62bfc4a47119194812fad9200d5fac5a5c15f2 (patch)
treed1fb7fad5940beab64150e0d002e2571eac01935 /git-config.html
parent52d8fce24f6d24558ba9432b8e89bf087c22ff0b (diff)
downloadgit-htmldocs-ba62bfc4a47119194812fad9200d5fac5a5c15f2.tar.gz
Autogenerated HTML docs for v2.43.0-367-g186b1
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index bcf672fec..52235bea1 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5394,6 +5394,25 @@ extensions.objectFormat
work and will produce hard-to-diagnose issues.</p></div>
</dd>
<dt class="hdlist1">
+extensions.refStorage
+</dt>
+<dd>
+<p>
+ Specify the ref storage format to use. The acceptable values are:
+</p>
+<div class="ulist"><ul>
+<li>
+<p>
+<code>files</code> for loose files with packed-refs. This is the default.
+</p>
+<div class="paragraph"><p>It is an error to specify this key unless <code>core.repositoryFormatVersion</code> is 1.</p></div>
+<div class="paragraph"><p>Note that this setting should only be set by <a href="git-init.html">git-init(1)</a> or
+<a href="git-clone.html">git-clone(1)</a>. Trying to change it after initialization will not
+work and will produce hard-to-diagnose issues.</p></div>
+</li>
+</ul></div>
+</dd>
+<dt class="hdlist1">
extensions.worktreeConfig
</dt>
<dd>