From 06ad1d6a47df5de96ff1ae1c8f6c9b496e12d43f Mon Sep 17 00:00:00 2001 From: Richard Ebeling Date: Tue, 21 Nov 2023 01:02:29 +0100 Subject: [PATCH] bootstrap submodule: make shallow for faster cloning --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index c0fdc4ec1d..14d6aa150d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "evap/static/bootstrap"] path = evap/static/bootstrap url = https://github.com/twbs/bootstrap.git + shallow = true \ No newline at end of file