From: Nasser Grainawi Date: Wed, 21 Oct 2009 21:06:21 +0000 (-0700) Subject: Document `delta` attribute in "git help attributes". X-Git-Tag: v1.6.5.2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/975457f185acd7c1f96ccff67cd5dc8dcb7908a0 Document `delta` attribute in "git help attributes". Signed-off-by: Junio C Hamano --- 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~