From fe7f80421a41fe0a325170026a13d82ee678ba8a Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Tue, 5 Jan 2016 12:08:06 +0200 Subject: [PATCH] Update the git-archive export options The .gitattributes, .gitignore, files do not need to be present in packaged sources Add .tag for git-archive to store the SHA-1 of the commit being packaged. Change-Id: Id81ec994b8244b783b5488aa01f1ba28481a4379 Reviewed-by: Simon Hausmann --- .gitattributes | 3 +++ .tag | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..018cf2cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore diff --git a/.tag b/.tag new file mode 100644 index 00000000..6828f88d --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$