From 27c2a1b25fa91f12c1dd8f1862c59c4882cd5fcc Mon Sep 17 00:00:00 2001 From: "Marc T. Henry de Frahan" Date: Thu, 27 Jun 2024 14:43:21 -0600 Subject: [PATCH] Shallow clone the submodules (#821) --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4d629cec9..4f75ada3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "Submodules/PelePhysics"] path = Submodules/PelePhysics - url = https://github.com/AMReX-Combustion/PelePhysics.git \ No newline at end of file + url = https://github.com/AMReX-Combustion/PelePhysics.git + shallow = true