]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-pack-objects.txt
Merge branch 'cw/pack-config-doc'
[thirdparty/git.git] / Documentation / git-pack-objects.txt
index 54d715ead1373d0feb4eee512fbe8ea8b446216c..f85cb7ea934cb92f1e6b0be75d1d3984fa0af164 100644 (file)
@@ -400,6 +400,17 @@ Note that we pick a single island for each regex to go into, using "last
 one wins" ordering (which allows repo-specific config to take precedence
 over user-wide config, and so forth).
 
+
+CONFIGURATION
+-------------
+
+Various configuration variables affect packing, see
+linkgit:git-config[1] (search for "pack" and "delta").
+
+Notably, delta compression is not used on objects larger than the
+`core.bigFileThreshold` configuration variable and on files with the
+attribute `delta` set to false.
+
 SEE ALSO
 --------
 linkgit:git-rev-list[1]