Compare commits

...

2 commits

Author SHA1 Message Date
odrling 340c406daf
[git] submodule.fetchJobs = 0 2024-04-05 07:25:09 +02:00
odrling b08d815a1a
[git] fetch.parallel 2024-04-05 07:23:27 +02:00

View file

@ -6,7 +6,7 @@
[color]
ui = auto
[submodule]
fetchJobs = 4
fetchJobs = 0
[diff]
mnemonicprefix = true
tool = difftastic
@ -23,8 +23,9 @@
[transfer]
fsckObjects = true
[fetch]
prune = true
fsckObjects = true
parallel = 0
prune = true
recurseSubmodules = on-demand
writeCommitGraph = true
[core]