aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-06 16:33:50 -0300
committerEuAndreh <eu@euandre.org>2025-01-06 16:33:50 -0300
commit2349c157beb55926c1207a025f1bc7e748b6f214 (patch)
tree5056c7529bdcd42acb4296e50bd67225b4d22d23
parentbin/gc: Don't do Guix and Nix GC (diff)
downloaddotfiles-2349c157beb55926c1207a025f1bc7e748b6f214.tar.gz
dotfiles-2349c157beb55926c1207a025f1bc7e748b6f214.tar.xz
etc/git/config: fetch all remotes, and in parallel
-rw-r--r--etc/git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/git/config b/etc/git/config
index 29e8e46..f4eacc6 100644
--- a/etc/git/config
+++ b/etc/git/config
@@ -30,3 +30,6 @@
[advice]
detachedHead = false
forceDeleteBranch = false
+[fetch]
+ all = true
+ parallel = 0