From 5c66bab3b8e6368e66f6bc300ac6816ebd1f2c83 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 24 Aug 2021 13:56:31 +0200 Subject: [PATCH] tests/testdata: make submodule shallow (#23412) Before: 316M .git/modules/tests/ After: 171M .git/modules/tests/ --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 32bdb3b6e5..90d1be0a3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "tests"] path = tests/testdata url = https://github.com/ethereum/tests + shallow = true