From 076019b50c0e15956bebdc8db98b1dd7316c1286 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 9 Oct 2017 15:10:24 +0300 Subject: Add git-archive export options Add .gitattributes and .tag file to store the sha1 of the commit being packaged. Change-Id: I1097db9707ddcbd427411e8fdf3734d95ba417b7 Reviewed-by: Jesus Fernandez --- .gitattributes | 2 ++ .tag | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0909f7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.tag export-subst +.gitattributes export-ignore diff --git a/.tag b/.tag new file mode 100644 index 0000000..6828f88 --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$ -- cgit v1.2.3