From 90288cbaa6680335022672a458131523a7d58efc Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 1 Jul 2008 22:34:11 +0200 Subject: [PATCH] Introduce gitattributes and version.dist to autogenerate version info for archives --- .gitattributes | 1 + version.dist | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 version.dist diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9f8caf50 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +version.dist export-subst diff --git a/version.dist b/version.dist new file mode 100644 index 00000000..9d5da4af --- /dev/null +++ b/version.dist @@ -0,0 +1,2 @@ +$Format:%H$ +$Format:%at$ -- 2.20.1