From 5e5ec4098ac7a4b65ef9cddd18f1a049396e744c Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 4 Aug 2020 06:02:30 +0200 Subject: [PATCH] Do not always pull submodules Stop always recursively pulling submodules too, since it annoys me and if it is important for a project, it will probably stand in the README. --- .config/git/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index f9e0c26..c5a77c1 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,8 +8,6 @@ gpgsign = true [difftool "meld"] path = /usr/bin/meld -[submodule] - recurse = true [color "status"] added = 076 untracked = 014