diff options
author | Mike Pall <mike> | 2023-08-22 15:36:55 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-22 15:36:55 +0200 |
commit | 6a2163a6b45d6d2515993e829153442f1cdf5631 (patch) | |
tree | 0e081b8b66fa1209a18505e3f365bb208cc83b9e | |
parent | ed21acd86354241a5d1365500336eb47c50ee253 (diff) | |
download | luajit-6a2163a6b45d6d2515993e829153442f1cdf5631.tar.gz luajit-6a2163a6b45d6d2515993e829153442f1cdf5631.tar.bz2 luajit-6a2163a6b45d6d2515993e829153442f1cdf5631.zip |
Add .gitattributes to dynamically resolve .relver.
Thanks to Alexander Shpilkin.
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .relver | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c048531e --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1 @@ | |||
/.relver export-subst | |||
diff --git a/.relver b/.relver new file mode 100644 index 00000000..2707647a --- /dev/null +++ b/.relver | |||
@@ -0,0 +1 @@ | |||
$Format:%ct$ | |||