From e0198ba7bc8c9c7c9f1aadee3a35d7e0efbf4856 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 25 May 2023 16:32:48 +0200 Subject: write current sha1 to .tag file when export code Change-Id: Icdc81fef2935fea43f4d77438b42bd0ecc2b9821 Reviewed-by: Thomas Hartmann --- .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 0000000..018cf2c --- /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 0000000..6828f88 --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$ -- cgit v1.2.3