summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-11 14:53:45 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-11 14:53:45 -0700
commit8e61f1f0ae2b26f579e02f6a31988a2beeca509d (patch)
tree04c3ba3eb6f4dd35eef9f63d0159da95b525f380 /config.txt
parent53fe031ef8167aa5a2d2d804524f4442cdc52658 (diff)
downloadgit-htmldocs-8e61f1f0ae2b26f579e02f6a31988a2beeca509d.tar.gz
Autogenerated HTML docs for v2.1.0-238-gce1d3
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.txt b/config.txt
index c55c22ab7..3b5b24aeb 100644
--- a/config.txt
+++ b/config.txt
@@ -499,7 +499,8 @@ core.bigFileThreshold::
Files larger than this size are stored deflated, without
attempting delta compression. Storing large files without
delta compression avoids excessive memory usage, at the
- slight expense of increased disk usage.
+ slight expense of increased disk usage. Additionally files
+ larger than this size are always treated as binary.
+
Default is 512 MiB on all platforms. This should be reasonable
for most projects as source code and other text files can still