From 293f76a018b868630eca967f285773d76b1b9b6b Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 2 Aug 2020 17:36:52 +1000 Subject: [PATCH] .gitmodules: Use shallow clone --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 405f3b757..80c3c606a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "dep/msvc/qt"] path = dep/msvc/qt url = https://github.com/stenzek/duckstation-ext-qt-minimal.git + shallow = true