diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-04 14:57:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-04 14:57:38 -0700 |
commit | f28d2e33c64819d0425c426cd2c4511634096a40 (patch) | |
tree | 13d36e58177d1723b4759db99992b4ee03473216 /Documentation/config.txt | |
parent | f6bfe767149c15b359106cb9f138853be3c14667 (diff) | |
parent | 15366280c27e922ace0ba7d33cb3504dc59d742e (diff) | |
download | git-f28d2e33c64819d0425c426cd2c4511634096a40.tar.gz git-f28d2e33c64819d0425c426cd2c4511634096a40.tar.xz |
Merge branch 'jc/pack-objects-bigfile' into maint
* jc/pack-objects-bigfile:
Teach core.bigfilethreashold to pack-objects
Diffstat (limited to 'Documentation/config.txt')
-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 750c86d4f..0906499e7 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -442,8 +442,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 |