summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNasser Grainawi <nasser@codeaurora.org>2009-10-21 21:06:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-21 21:07:44 (GMT)
commit975457f185acd7c1f96ccff67cd5dc8dcb7908a0 (patch)
tree5f74ce6cd73d61c26499063ed3f537dfdc7c0cef
parent814a9bfee93d6b7beefa4a6079d1acf4d4166724 (diff)
downloadgit-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.zip
git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.tar.gz
git-975457f185acd7c1f96ccff67cd5dc8dcb7908a0.tar.bz2
Document `delta` attribute in "git help attributes".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitattributes.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 1195e83..1f472ce 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
~~~~~~~~~~~~~~~~~~~~~~~~~~