From e3ffe60a245f9c1bcc99679f43d6780844553674 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sat, 23 Apr 2022 16:03:10 +0200 Subject: [PATCH] Update git submodule behaviour --- home/fhauser/applications/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/fhauser/applications/git.nix b/home/fhauser/applications/git.nix index 8559a6c..e9e5ff0 100644 --- a/home/fhauser/applications/git.nix +++ b/home/fhauser/applications/git.nix @@ -48,12 +48,12 @@ diff = "auto"; status = "auto"; }; - submodule.recurse = true; push.default = "current"; pull.rebase = "true"; branch.autosetuprebase = "always"; log.follow = true; rerere.enabled = true; + fetch.recurseSubmodules = "on-demand"; }; ignores = [ "*~" "*.swp" ".direnv/" ]; lfs.enable = true;