.gitmodules: Make submodules shallow (#1769)

This commit is contained in:
Margen67 2022-06-15 04:49:57 -07:00 committed by GitHub
parent 5c0ae11a46
commit d41ffaad7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -1,6 +1,8 @@
[submodule "public/amtl"] [submodule "public/amtl"]
path = public/amtl path = public/amtl
url = https://github.com/alliedmodders/amtl url = https://github.com/alliedmodders/amtl
shallow = true
[submodule "sourcepawn"] [submodule "sourcepawn"]
path = sourcepawn path = sourcepawn
url = https://github.com/alliedmodders/sourcepawn url = https://github.com/alliedmodders/sourcepawn
shallow = true