From 76d1ba2ad85547e5c3796526132eec7e49dc6435 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 10 Jan 2024 14:09:06 -0700 Subject: [PATCH] Do not recurse submodules in git pull --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a7feb8..4ac40e1 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ else endif pull: - git pull --recurse-submodules + git pull git submodule sync --recursive git submodule update --recursive --init