summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-25 17:34:37 -0800
committerJunio C Hamano <gitster@pobox.com>2021-02-25 17:34:37 -0800
commita372d5bb569776befd395d9c66067ecc09f13b96 (patch)
treee9f46a0ff18a8d49520307068a47e8944c44aa3d /git-pack-objects.html
parenta70c988a0584e1197ffd19b26c28e9790da32363 (diff)
downloadgit-htmldocs-a372d5bb569776befd395d9c66067ecc09f13b96.tar.gz
Autogenerated HTML docs for v2.31.0-rc0
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 0743a52cc..5445abd27 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -1310,6 +1310,16 @@ over user-wide config, and so forth).</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_configuration">CONFIGURATION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Various configuration variables affect packing, see
+<a href="git-config.html">git-config(1)</a> (search for "pack" and "delta").</p></div>
+<div class="paragraph"><p>Notably, delta compression is not used on objects larger than the
+<code>core.bigFileThreshold</code> configuration variable and on files with the
+attribute <code>delta</code> set to false.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-rev-list.html">git-rev-list(1)</a>
@@ -1328,7 +1338,7 @@ over user-wide config, and so forth).</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-08-13 15:02:48 PDT
+ 2021-02-25 17:29:29 PST
</div>
</div>
</body>