From 19dff6c911babdecfb3b8fd6f5f50298b7afa968 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 8 Feb 2020 21:46:22 +0000 Subject: [PATCH] Make win32 dependencies submodule point to master. Use the new git feature to point dependencies submodule to the tip of its master. Signed-off-by: Rafael Kitover --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index ff35d490..88296da1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "dependencies"] path = dependencies url = https://github.com/visualboyadvance-m/dependencies.git + branch = master