Skip to content

Commit 4b6aa39

Browse files
committed
.gitmodules: explicitly mark submodules branches we are tracking
1 parent 1dbc1c6 commit 4b6aa39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[submodule "Externals/LuaJIT"]
22
path = Externals/LuaJIT
33
url = https://github.com/OpenXRay/LuaJIT.git
4+
branch = v2.1
45
[submodule "Externals/luabind"]
56
path = Externals/luabind
67
url = https://github.com/OpenXRay/luabind-deboostified.git
8+
branch = xray
79
[submodule "Externals/GameSpy"]
810
path = Externals/GameSpy
911
url = https://github.com/OpenXRay/GameSpy.git
@@ -25,6 +27,7 @@
2527
[submodule "Externals/imgui"]
2628
path = Externals/imgui
2729
url = https://github.com/ocornut/imgui.git
30+
branch = docking
2831
[submodule "Externals/xrLuaFix"]
2932
path = Externals/xrLuaFix
3033
url = https://github.com/OpenXRay/xrLuaFix.git

0 commit comments

Comments
 (0)