From 48a1f9901f077cf5a85a3ba0352176c1ec1ac11f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 7 Nov 2023 14:07:52 +0200 Subject: [PATCH] Git: enable automatic update of submodules --- home/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/git/config b/home/.config/git/config index 7ed9473b..a116abf3 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -60,3 +60,6 @@ helper = !pass-git-helper $@ [rerere] enabled = true + +[submodule] +recurse = true