diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-05 10:44:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-05 20:25:49 -0700 |
commit | 15366280c27e922ace0ba7d33cb3504dc59d742e (patch) | |
tree | fe512d5fabebbb2257b818e9cd3a530eb163e599 /Documentation | |
parent | Git 1.7.4 (diff) | |
download | tgif-15366280c27e922ace0ba7d33cb3504dc59d742e.tar.xz |
Teach core.bigfilethreashold to pack-objects
The pack-objects command should take notice of the object file and
refrain from attempting to delta large ones, to be consistent with
the fast-import command.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index c5e183516a..c5598f4af9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -451,8 +451,6 @@ for most projects as source code and other text files can still be delta compressed, but larger binary media files won't be. + Common unit suffixes of 'k', 'm', or 'g' are supported. -+ -Currently only linkgit:git-fast-import[1] honors this setting. core.excludesfile:: In addition to '.gitignore' (per-directory) and |