Skip to content
Snippets Groups Projects
Commit 64490637 authored by Brad King's avatar Brad King
Browse files

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.
parent f1a55839
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ readonly paths="
extract_source () {
git_archive
disable_custom_gitattributes
}
export HOOKS_ALLOW_KWSYS=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment