From 6784ea96c049eb9abbde09a0892f01f10c0112f6 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Thu, 11 Aug 2022 13:10:13 -0500 Subject: [PATCH] Recommend keeping shallow clones of blocklist repos These repositories contain massive changes to massive text files, and this means hundreds of megabytes for a full clone. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index ed786c1..3b7372c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,11 +2,14 @@ path = repos/StevenBlack-hosts url = https://github.com/StevenBlack/hosts.git branch = master + shallow = true [submodule "repos/EnergizedProtection-block"] path = repos/EnergizedProtection-block url = https://github.com/EnergizedProtection/block.git branch = master + shallow = true [submodule "repos/AdroitAdorKhan-EnergizedProtection"] path = repos/AdroitAdorKhan-EnergizedProtection url = https://github.com/AdroitAdorKhan/EnergizedProtection.git branch = master + shallow = true