mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
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.
This commit is contained in:
parent
b77bcfdb89
commit
6784ea96c0
1 changed files with 3 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -2,11 +2,14 @@
|
||||||
path = repos/StevenBlack-hosts
|
path = repos/StevenBlack-hosts
|
||||||
url = https://github.com/StevenBlack/hosts.git
|
url = https://github.com/StevenBlack/hosts.git
|
||||||
branch = master
|
branch = master
|
||||||
|
shallow = true
|
||||||
[submodule "repos/EnergizedProtection-block"]
|
[submodule "repos/EnergizedProtection-block"]
|
||||||
path = repos/EnergizedProtection-block
|
path = repos/EnergizedProtection-block
|
||||||
url = https://github.com/EnergizedProtection/block.git
|
url = https://github.com/EnergizedProtection/block.git
|
||||||
branch = master
|
branch = master
|
||||||
|
shallow = true
|
||||||
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
|
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
|
||||||
path = repos/AdroitAdorKhan-EnergizedProtection
|
path = repos/AdroitAdorKhan-EnergizedProtection
|
||||||
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
|
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
|
||||||
branch = master
|
branch = master
|
||||||
|
shallow = true
|
||||||
|
|
Loading…
Reference in a new issue