diff options
author | Nasser Grainawi <nasser@codeaurora.org> | 2009-10-21 14:06:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-21 14:07:44 -0700 |
commit | 975457f185acd7c1f96ccff67cd5dc8dcb7908a0 (patch) | |
tree | 5f74ce6cd73d61c26499063ed3f537dfdc7c0cef /Documentation/gitattributes.txt | |
parent | 814a9bfee93d6b7beefa4a6079d1acf4d4166724 (diff) | |
download | git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.tar.gz git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.tar.xz |
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 1195e83b6..1f472cea5 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~ |