From 372da9de30482319d3cff9bcfa1a008506c6cd02 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Wed, 21 Feb 2024 14:13:41 -0600 Subject: [PATCH] Annotate .gitmodules with branch (#693) --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index bcfbb69e..e64a2201 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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