diff options
author | Brad King <brad.king@kitware.com> | 2019-07-25 13:17:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-29 15:37:32 (GMT) |
commit | fe2c558ba66dd6a12cf9289adf692c9a76c71ef4 (patch) | |
tree | 57d42b25f9825ccdfdcef8b523ee255f11d15617 /Source/.gitattributes | |
parent | 0505a66cbf6c42ffa3592c9866c5772e7806f5fc (diff) | |
download | CMake-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/.gitattributes | 2 |
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 |