From 4e34ad6a6a616f21c907bf2abf1240ac1e11852a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 11 Aug 2020 15:49:15 +0300 Subject: [PATCH] kiss: don't automatically pull down submodules when using git sources This should be done in the build file on an opt-in basis. --- kiss | 1 - 1 file changed, 1 deletion(-) diff --git a/kiss b/kiss index 8af86b9..1274f23 100755 --- a/kiss +++ b/kiss @@ -258,7 +258,6 @@ pkg_extract() { git remote add origin "${url%[#@]*}" git fetch --depth=1 origin "$com" || git fetch git checkout "${com:-FETCH_HEAD}" - git submodule update --init --recursive } || die "$1" "Failed to clone $src" ;;