summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index 2509ddd7c..db44a65ee 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -2600,6 +2600,30 @@ compression.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_configuration">CONFIGURATION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Everything below this line in this section is selectively included
+from the <a href="git-config.html">git-config(1)</a> documentation. The content is the same
+as what&#8217;s found there:</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+fastimport.unpackLimit
+</dt>
+<dd>
+<p>
+ If the number of objects imported by <a href="git-fast-import.html">git-fast-import(1)</a>
+ is below this limit, then the objects will be unpacked into
+ loose object files. However if the number of imported objects
+ equals or exceeds this limit then the pack will be stored as a
+ pack. Storing the pack from a fast-import can make the import
+ operation complete faster, especially on slow filesystems. If
+ not set, the value of <code>transfer.unpackLimit</code> is used instead.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-fast-export.html">git-fast-export(1)</a></p></div>
@@ -2616,7 +2640,7 @@ compression.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-10-18 13:46:42 PDT
+ 2022-09-14 13:23:11 PDT
</div>
</div>
</body>