From 0611880c56ebf798dccfc3af004dfdf0c9ab11c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Thu, 10 Jul 2025 20:49:11 +0200 Subject: [PATCH] .gitmodules: Remove branch specifications for submodules --- .gitmodules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7b88bbed25..08bfdb3985 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,32 +1,26 @@ [submodule "Externals/Qt"] path = Externals/Qt url = https://github.com/dolphin-emu/ext-win-qt.git - branch = master shallow = true [submodule "Externals/mGBA/mgba"] path = Externals/mGBA/mgba url = https://github.com/mgba-emu/mgba.git - branch = master shallow = true [submodule "Externals/FFmpeg-bin"] path = Externals/FFmpeg-bin url = https://github.com/dolphin-emu/ext-win-ffmpeg.git - branch = master shallow = true [submodule "libusb"] path = Externals/libusb/libusb url = https://github.com/libusb/libusb.git - branch = master shallow = true [submodule "Externals/spirv_cross/SPIRV-Cross"] path = Externals/spirv_cross/SPIRV-Cross url = https://github.com/KhronosGroup/SPIRV-Cross.git - branch = main shallow = true [submodule "SDL"] path = Externals/SDL/SDL url = https://github.com/libsdl-org/SDL.git - branch = SDL2 shallow = true [submodule "Externals/zlib-ng/zlib-ng"] path = Externals/zlib-ng/zlib-ng @@ -35,7 +29,6 @@ [submodule "Externals/libspng/libspng"] path = Externals/libspng/libspng url = https://github.com/randy408/libspng.git - branch = v0.7.2 shallow = true [submodule "Externals/VulkanMemoryAllocator"] path = Externals/VulkanMemoryAllocator @@ -43,7 +36,6 @@ [submodule "Externals/cubeb/cubeb"] path = Externals/cubeb/cubeb url = https://github.com/mozilla/cubeb.git - branch = master shallow = true [submodule "Externals/implot/implot"] path = Externals/implot/implot