From 872e5b2685dae5a42d086ebc57db276d45ff413d Mon Sep 17 00:00:00 2001 From: player-03 Date: Fri, 28 Oct 2022 23:48:12 -0400 Subject: [PATCH] Adjust submodule fetch settings. Apparently a shallow fetch only gets the latest commit from tinyfiledialogs, so we need to fetch everything. The same doesn't seem to apply to libpng, despite both being on SourceForge. Meanwhile, there's no reason not to do a shallow fetch for HashLink. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a679312e6..66bb0e30c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,6 @@ [submodule "project/lib/tinyfiledialogs"] path = project/lib/tinyfiledialogs url = https://git.code.sf.net/p/tinyfiledialogs/code - shallow = true [submodule "project/lib/efsw"] path = project/lib/efsw url = https://github.com/SpartanJ/efsw @@ -81,3 +80,4 @@ [submodule "project/lib/hashlink"] path = project/lib/hashlink url = https://github.com/HaxeFoundation/hashlink + shallow = true