Skip to content

Commit

Permalink
.gitmodules: explicitly mark submodules branches we are tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 7, 2025
1 parent 1dbc1c6 commit 4b6aa39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[submodule "Externals/LuaJIT"]
path = Externals/LuaJIT
url = https://github.com/OpenXRay/LuaJIT.git
branch = v2.1
[submodule "Externals/luabind"]
path = Externals/luabind
url = https://github.com/OpenXRay/luabind-deboostified.git
branch = xray
[submodule "Externals/GameSpy"]
path = Externals/GameSpy
url = https://github.com/OpenXRay/GameSpy.git
Expand All @@ -25,6 +27,7 @@
[submodule "Externals/imgui"]
path = Externals/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Externals/xrLuaFix"]
path = Externals/xrLuaFix
url = https://github.com/OpenXRay/xrLuaFix.git
Expand Down

0 comments on commit 4b6aa39

Please sign in to comment.