aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-22 19:31:03 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-22 19:31:03 +0200
commitf4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (patch)
tree6931ccfd737d48983511d3d4b2c75f9120aadbe1
parent6a3e61197ed1f6ba235192cc1b5a8f1cd24f00c1 (diff)
update gitmodules
-rw-r--r--.gitmodules3
-rw-r--r--contributing.md4
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index ba367bb..bb860c0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,11 +1,12 @@
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest
- branch = v1.15.x
shallow = true
[submodule "lib/soloud/src"]
path = lib/soloud/src
url = https://github.com/jarikomppa/soloud
+ shallow = true
[submodule "lib/sdl2"]
path = lib/sdl2
url = https://github.com/libsdl-org/SDL
+ shallow = true
diff --git a/contributing.md b/contributing.md
index 832667d..eec5bc0 100644
--- a/contributing.md
+++ b/contributing.md
@@ -38,6 +38,6 @@
- External libraries should be included as Git submodules under the `lib/`
subdirectory
-- When adding new submodules, make sure to manually set the `branch` and
- `shallow` options in the [.gitmodules](./.gitmodules) file
+- When adding new submodules, please set the `shallow` option to `true` in the
+ [.gitmodules](./.gitmodules) file