summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-10 11:57:27 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-10 11:57:27 -0700
commitd2c5df3ad10df0476865a7974a2af046be98521d (patch)
tree01d7ddd431e81da617364fe33880d8cbd3cd2562 /git-config.html
parent293a47b693b18b10cd24c8d7cbf6f0c0e8fca190 (diff)
downloadgit-htmldocs-d2c5df3ad10df0476865a7974a2af046be98521d.tar.gz
Autogenerated HTML docs for v2.42.0-345-gaab89
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 239e8f074..c60239788 100644
--- a/git-config.html
+++ b/git-config.html
@@ -6286,6 +6286,32 @@ operation (either generating a cruft pack or unpacking unreachable
objects) will be halted.</p></div>
</dd>
<dt class="hdlist1">
+gc.repackFilter
+</dt>
+<dd>
+<p>
+ When repacking, use the specified filter to move certain
+ objects into a separate packfile. See the
+ <code>--filter=&lt;filter-spec&gt;</code> option of <a href="git-repack.html">git-repack(1)</a>.
+</p>
+</dd>
+<dt class="hdlist1">
+gc.repackFilterTo
+</dt>
+<dd>
+<p>
+ When repacking and using a filter, see <code>gc.repackFilter</code>, the
+ specified location will be used to create the packfile
+ containing the filtered out objects. <strong>WARNING:</strong> The
+ specified location should be accessible, using for example the
+ Git alternates mechanism, otherwise the repo could be
+ considered corrupt by Git as it migh not be able to access the
+ objects in that packfile. See the <code>--filter-to=&lt;dir&gt;</code> option
+ of <a href="git-repack.html">git-repack(1)</a> and the <code>objects/info/alternates</code>
+ section of <a href="gitrepository-layout.html">gitrepository-layout(5)</a>.
+</p>
+</dd>
+<dt class="hdlist1">
gc.rerereResolved
</dt>
<dd>