From a65aefe867cac2578030d483744853678ad73153 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Nov 2023 15:20:10 -0500 Subject: [PATCH] gitconfig: enable parallel w/submodule --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index ed75d69..833f6da 100644 --- a/.gitconfig +++ b/.gitconfig @@ -105,6 +105,9 @@ [http] cookiefile = ~/.gitcookies +[submodule] + fetchJobs = 4 + [transfer] # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0 fsckobjects = true -- 2.39.2