summaryrefslogtreecommitdiffstats
path: root/git-fast-import.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-03 07:34:53 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-03 07:34:53 +0000
commit5c246f2d5b9788fcc0bb469556eafa22799bd821 (patch)
tree64ab14f585cee6807c96f0d36bdb39ea76c1c02b /git-fast-import.txt
parent2b186d846cb9936a8e0c9d59ffeed758fa9adcb9 (diff)
downloadgit-htmldocs-5c246f2d5b9788fcc0bb469556eafa22799bd821.tar.gz
Autogenerated HTML docs for v1.7.0-rc1-28-g4b7ac
Diffstat (limited to 'git-fast-import.txt')
-rw-r--r--git-fast-import.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-fast-import.txt b/git-fast-import.txt
index fa7d2fe14..269111444 100644
--- a/git-fast-import.txt
+++ b/git-fast-import.txt
@@ -50,6 +50,12 @@ OPTIONS
importers may wish to lower this, such as to ensure the
resulting packfiles fit on CDs.
+--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.
Default is 10.