summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-06 23:20:47 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-06 23:20:47 -0800
commit23168ef89678fc52e01173bbc7fdaa760f21d02a (patch)
tree8425bac71f938dfce77a3c2928b2c936b03789c9 /git-config.html
parent2567b326fac6961a6fc6075ad2f22a744252f2f3 (diff)
downloadgit-htmldocs-23168ef89678fc52e01173bbc7fdaa760f21d02a.tar.gz
Autogenerated HTML docs for v2.21.0-rc0
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/git-config.html b/git-config.html
index 4b38d8885..c6f98cbc1 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2184,11 +2184,14 @@ core.eol
<dd>
<p>
Sets the line ending type to use in the working directory for
- files that have the <code>text</code> property set when core.autocrlf is false.
+ files that are marked as text (either by having the <code>text</code>
+ attribute set, or by having <code>text=auto</code> and Git auto-detecting
+ the contents as text).
Alternatives are <em>lf</em>, <em>crlf</em> and <em>native</em>, which uses the platform&#8217;s
native line ending. The default value is <code>native</code>. See
<a href="gitattributes.html">gitattributes(5)</a> for more information on end-of-line
- conversion.
+ conversion. Note that this value is ignored if <code>core.autocrlf</code>
+ is set to <code>true</code> or <code>input</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -7092,6 +7095,20 @@ pack.useBitmaps
</p>
</dd>
<dt class="hdlist1">
+pack.useSparse
+</dt>
+<dd>
+<p>
+ When true, git will default to using the <em>--sparse</em> option in
+ <em>git pack-objects</em> when the <em>--revs</em> option is present. This
+ algorithm only walks trees that appear in paths that introduce new
+ objects. This can have significant performance benefits when
+ computing a pack to send a small change. However, it is possible
+ that extra objects are added to the pack-file if the included
+ commits contain certain types of direct renames.
+</p>
+</dd>
+<dt class="hdlist1">
pack.writeBitmaps (deprecated)
</dt>
<dd>