From 9d723dc2566803d563e40629413c9321a4992647 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 3 Apr 2021 18:09:24 -0400 Subject: [PATCH] Switch to DFHack luacov fork Fixes behavior of `push.recurseSubmodules`: since the commit we track is currently only a tag (v0.15.0), pushing with `recurseSubmodules = check` fails since that checks that submodule commits are on a branch. In our own fork, we can add a `dfhack` branch that resolves this issue, which is consistent with other dependencies. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b93ea9fd7..51ace0f41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,5 +30,5 @@ shallow = true [submodule "depends/luacov"] path = depends/luacov - url = ../../keplerproject/luacov.git + url = ../../DFHack/luacov.git shallow = true