Configure submodules to track master branch

- Update .gitmodules to explicitly track master branch for all submodules
- Ensures submodules always point to latest master commits
- Removes specific commit hashes in favor of branch tracking
This commit is contained in:
Tomas Dvorak
2026-03-17 22:37:11 +01:00
parent 15aaeb3f6e
commit 297315f5ba
+3
View File
@@ -1,9 +1,12 @@
[submodule "swingmusic-android"] [submodule "swingmusic-android"]
path = swingmusic-android path = swingmusic-android
url = https://github.com/Dvorinka/swingmusic-extended-android url = https://github.com/Dvorinka/swingmusic-extended-android
branch = master
[submodule "swingmusic-desktop"] [submodule "swingmusic-desktop"]
path = swingmusic-desktop path = swingmusic-desktop
url = https://github.com/Dvorinka/swingmusic-extended-desktop url = https://github.com/Dvorinka/swingmusic-extended-desktop
branch = master
[submodule "swingmusic-webclient"] [submodule "swingmusic-webclient"]
path = swingmusic-webclient path = swingmusic-webclient
url = https://github.com/Dvorinka/swingmusic-extended-webclient url = https://github.com/Dvorinka/swingmusic-extended-webclient
branch = master