git: Enable clone.filterSubmodules

> If a partial clone filter is provided (see --filter in
> git-rev-list(1)) and --recurse-submodules is used, also apply the
> filter to submodules.

I have never used --filter before, but it sounds as if I want this
enabled in the case that I do.
This commit is contained in:
2025-09-03 09:59:31 +02:00
parent 2e4086500d
commit 9271a293cb

View File

@@ -49,6 +49,8 @@
[branch]
autosetuprebase = always
sort = -committerdate
[clone]
filterSubmodules = yes
[color "status"]
added = 076
untracked = 014