From d42c7c4125ae3252e1acb5b9e3126b57186c8850 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 20 Oct 2019 17:23:09 +0200 Subject: add git commit info into archive exports to allow building outside git Normally, builds require either a .patch file or to be built out of git when not a proper release. We can use git attributes to make a file that will give partial information about the commit when an archive is created. This allows downloads from github to build. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..a5cc7379ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.git_patch export-subst -- cgit v1.2.1