From b12a1fd2a50d0d03da1e5741051b7d2d739981d1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 20 Aug 2026 14:32:20 -0700 Subject: [PATCH] Turn shallow cloning on for vendored binexport and bindiff submodules Reduces the size of cloning by ~200mb --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 11e1c701a..c15bcc1d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,8 @@ [submodule "vendor/bindiff"] path = vendor/bindiff url = https://github.com/Vector35/google_bindiff.git + shallow = true [submodule "vendor/binexport"] path = vendor/binexport url = https://github.com/Vector35/binexport.git + shallow = true