Skip to content

Commit

Permalink
Annotate .gitmodules with branch (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Feb 21, 2024
1 parent 3c3f7f8 commit 372da9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[submodule "libuv"]
path = deps/libuv
url = https://github.com/libuv/libuv.git
branch = v1.x
[submodule "luajit"]
path = deps/luajit
url = https://github.com/LuaJIT/LuaJIT.git
branch = v2.1
[submodule "lua"]
path = deps/lua
url = https://github.com/lua/lua
branch = v5.4
[submodule "lua-compat-5.3"]
path = deps/lua-compat-5.3
url = https://github.com/keplerproject/lua-compat-5.3.git
branch = master

0 comments on commit 372da9d

Please sign in to comment.