From 39157bada4e68a20fec878b2df35f8bde1ce8860 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:29:25 -0600 Subject: [PATCH] add git archives (#921) --- .git_archival.txt | 3 +++ .gitattributes | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .git_archival.txt create mode 100644 .gitattributes diff --git a/.git_archival.txt b/.git_archival.txt new file mode 100644 index 000000000..7c5100942 --- /dev/null +++ b/.git_archival.txt @@ -0,0 +1,3 @@ +node: $Format:%H$ +node-date: $Format:%cI$ +describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..32f30e8f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# allow installing from git archives +.git_archival.txt export-subst