diff options
author | Brad King <brad.king@kitware.com> | 2017-03-24 18:51:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-24 19:16:39 (GMT) |
commit | 64490637840b05da7f0829aa52cae7f3923b805e (patch) | |
tree | 6f859e9861a24c897ee986d88376074cad5a2aee /Utilities | |
parent | f1a5583901e051ef4627bf8be08565c4b331e99a (diff) | |
download | CMake-64490637840b05da7f0829aa52cae7f3923b805e.zip CMake-64490637840b05da7f0829aa52cae7f3923b805e.tar.gz CMake-64490637840b05da7f0829aa52cae7f3923b805e.tar.bz2 |
update-kwsys: Disable custom gitattributes during import
The KWSys `.gitattributes` file now defines custom attributes.
Git does not support these in a subdirectory where we are about
to place the content, so comment them out during import.
This also ensures that the `our-c-style` attribute on KWSys
sources does not activate the `format.clang-format` attribute
on the third-party import branch.
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-kwsys.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Scripts/update-kwsys.bash b/Utilities/Scripts/update-kwsys.bash index 83da8a4..d5485aa 100755 --- a/Utilities/Scripts/update-kwsys.bash +++ b/Utilities/Scripts/update-kwsys.bash @@ -15,6 +15,7 @@ readonly paths=" extract_source () { git_archive + disable_custom_gitattributes } export HOOKS_ALLOW_KWSYS=1 |