feat(git): fetch submodules on-demand

This commit is contained in:
2026-07-21 14:35:11 +02:00
parent 184a2f5545
commit 7415ea0b54
+1
View File
@@ -265,6 +265,7 @@ in
merge.log = true;
push = { default = "simple"; followTags = true; };
submodule.recurse = true;
fetch.recurseSubmodules = "on-demand";
alias = {
l = "log --pretty=oneline -n 20 --graph --abbrev-commit";