feat(git): fetch submodules on-demand
This commit is contained in:
@@ -265,6 +265,7 @@ in
|
|||||||
merge.log = true;
|
merge.log = true;
|
||||||
push = { default = "simple"; followTags = true; };
|
push = { default = "simple"; followTags = true; };
|
||||||
submodule.recurse = true;
|
submodule.recurse = true;
|
||||||
|
fetch.recurseSubmodules = "on-demand";
|
||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
l = "log --pretty=oneline -n 20 --graph --abbrev-commit";
|
l = "log --pretty=oneline -n 20 --graph --abbrev-commit";
|
||||||
|
|||||||
Reference in New Issue
Block a user