diff options
author | Nasser Grainawi <nasser@codeaurora.org> | 2009-10-21 23:06:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-21 23:07:44 +0200 |
commit | 975457f185acd7c1f96ccff67cd5dc8dcb7908a0 (patch) | |
tree | 5f74ce6cd73d61c26499063ed3f537dfdc7c0cef /Documentation/gitattributes.txt | |
parent | Mark files in t/t5100 as UTF-8 (diff) | |
download | git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.tar.xz git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.zip |
Document `delta` attribute in "git help attributes".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r-- | Documentation/gitattributes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 1195e83b6e..1f472cea59 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -560,6 +560,16 @@ in the file. E.g. the string `$Format:%H$` will be replaced by the commit hash. +Packing objects +~~~~~~~~~~~~~~~ + +`delta` +^^^^^^^ + +Delta compression will not be attempted for blobs for paths with the +attribute `delta` set to false. + + Viewing files in GUI tools ~~~~~~~~~~~~~~~~~~~~~~~~~~ |