summaryrefslogtreecommitdiffstats
path: root/git-p4.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
commitb0a1e835fc058a3e209af3d419ef845b21a73f4f (patch)
treecea4bb3381b70c9e33167e843de1f0d664d35fbd /git-p4.html
parent1f7c4a50fe813d6e616e950c633237d4dde581d6 (diff)
downloadgit-htmldocs-b0a1e835fc058a3e209af3d419ef845b21a73f4f.tar.gz
Autogenerated HTML docs for v2.6.1-213-ga838a
Diffstat (limited to 'git-p4.html')
-rw-r--r--git-p4.html61
1 files changed, 60 insertions, 1 deletions
diff --git a/git-p4.html b/git-p4.html
index a2cff9ce8..fbba7386c 100644
--- a/git-p4.html
+++ b/git-p4.html
@@ -1510,6 +1510,65 @@ git-p4.pathEncoding
often uses “cp1252” to encode path names.
</p>
</dd>
+<dt class="hdlist1">
+git-p4.largeFileSystem
+</dt>
+<dd>
+<p>
+ Specify the system that is used for large (binary) files. Please note
+ that large file systems do not support the <em>git p4 submit</em> command.
+ Only Git LFS [1] is implemented right now. Download
+ and install the Git LFS command line extension to use this option
+ and configure it like this:
+</p>
+<div class="listingblock">
+<div class="content">
+<pre><code>git config git-p4.largeFileSystem GitLFS</code></pre>
+</div></div>
+<div class="literalblock">
+<div class="content">
+<pre><code>[1] https://git-lfs.github.com/</code></pre>
+</div></div>
+</dd>
+<dt class="hdlist1">
+git-p4.largeFileExtensions
+</dt>
+<dd>
+<p>
+ All files matching a file extension in the list will be processed
+ by the large file system. Do not prefix the extensions with <em>.</em>.
+</p>
+</dd>
+<dt class="hdlist1">
+git-p4.largeFileThreshold
+</dt>
+<dd>
+<p>
+ All files with an uncompressed size exceeding the threshold will be
+ processed by the large file system. By default the threshold is
+ defined in bytes. Add the suffix k, m, or g to change the unit.
+</p>
+</dd>
+<dt class="hdlist1">
+git-p4.largeFileCompressedThreshold
+</dt>
+<dd>
+<p>
+ All files with a compressed size exceeding the threshold will be
+ processed by the large file system. This option might slow down
+ your clone/sync process. By default the threshold is defined in
+ bytes. Add the suffix k, m, or g to change the unit.
+</p>
+</dd>
+<dt class="hdlist1">
+git-p4.largeFilePush
+</dt>
+<dd>
+<p>
+ Boolean variable which defines if large files are automatically
+ pushed to a server.
+</p>
+</dd>
</dl></div>
</div>
<div class="sect2">
@@ -1680,7 +1739,7 @@ Each commit imported by <em>git p4</em> has a line at the end of the log
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-07 14:23:59 PDT
+Last updated 2015-10-15 16:07:45 PDT
</div>
</div>
</body>