diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-27 11:36:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-27 11:36:41 -0700 |
commit | 9cedd16c62e12521f35b44e10bba80bfe261e69c (patch) | |
tree | 5bc12da870a1dc90ce3cbfc715144dc4ce6e9c84 /Documentation | |
parent | Merge branch 'mh/git-svn-automkdirs' (diff) | |
parent | Teach core.bigfilethreashold to pack-objects (diff) | |
download | tgif-9cedd16c62e12521f35b44e10bba80bfe261e69c.tar.xz |
Merge branch 'jc/pack-objects-bigfile'
* jc/pack-objects-bigfile:
Teach core.bigfilethreashold to pack-objects
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 750c86d4f5..0906499e7d 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 |