]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-fast-import.txt
Merge branch 'maint'
[git.git] / Documentation / git-fast-import.txt
index fa7d2fe1422c50d1432277895cbbecaeb1f3fa68..19082b04eb7ec77bcf974e0c76b8d20bb736c021 100644 (file)
@@ -44,11 +44,14 @@ OPTIONS
        not contain the old commit).
 
 --max-pack-size=<n>::
-       Maximum size of each output packfile, expressed in MiB.
-       The default is 4096 (4 GiB) as that is the maximum allowed
-       packfile size (due to file format limitations). Some
-       importers may wish to lower this, such as to ensure the
-       resulting packfiles fit on CDs.
+       Maximum size of each output packfile.
+       The default is unlimited.
+
+--big-file-threshold=<n>::
+       Maximum size of a blob that fast-import will attempt to
+       create a delta for, expressed in bytes.  The default is 512m
+       (512 MiB).  Some importers may wish to lower this on systems
+       with constrained memory.
 
 --depth=<n>::
        Maximum delta depth, for blob and tree deltification.