From 14b87d554c6709e3790388079f946e2ba8185a80 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Wed, 3 Oct 2012 17:18:09 +0200 Subject: [PATCH] Added substitution support for :%H$ (e.g. //revision :%H$) so that when we do a release using git archive, SHA1 values can be written to released files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..d9143ec8b91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sip export-subst