mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
GitSetup: Restrict import to files we need
This commit is contained in:
@@ -11,6 +11,13 @@ readonly repo="https://gitlab.kitware.com/utils/gitsetup.git"
|
||||
readonly tag="setup"
|
||||
readonly shortlog=false
|
||||
readonly paths="
|
||||
.gitattributes
|
||||
LICENSE
|
||||
NOTICE
|
||||
README
|
||||
setup-hooks
|
||||
setup-user
|
||||
tips
|
||||
"
|
||||
|
||||
extract_source () {
|
||||
|
Reference in New Issue
Block a user