summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-25 13:17:53 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-29 15:37:32 (GMT)
commitfe2c558ba66dd6a12cf9289adf692c9a76c71ef4 (patch)
tree57d42b25f9825ccdfdcef8b523ee255f11d15617 /Source/.gitattributes
parent0505a66cbf6c42ffa3592c9866c5772e7806f5fc (diff)
downloadCMake-fe2c558ba66dd6a12cf9289adf692c9a76c71ef4.zip
CMake-fe2c558ba66dd6a12cf9289adf692c9a76c71ef4.tar.gz
CMake-fe2c558ba66dd6a12cf9289adf692c9a76c71ef4.tar.bz2
CMakeVersion: Preserve Git information during 'git archive'
Use `export-subst` to get information about the Git commit used to produce an archive.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r--Source/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes
index 7c160cc..d0aedc2 100644
--- a/Source/.gitattributes
+++ b/Source/.gitattributes
@@ -1,2 +1,4 @@
+CMakeVersion.cmake export-subst
+
# Do not format third-party sources.
/kwsys/** -format.clang-format-6.0