From 10033ea482d609fdfeabf32055746a1f8d2d9985 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:37:19 +0000 Subject: [PATCH] Modified git postBuffer --- home/dot_config/git/config.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/dot_config/git/config.tmpl b/home/dot_config/git/config.tmpl index 3c62aaf9..4a3f1a13 100644 --- a/home/dot_config/git/config.tmpl +++ b/home/dot_config/git/config.tmpl @@ -124,6 +124,8 @@ prune = true [help] autocorrect = 20 +[http] + postBuffer = 524288000 [init] defaultBranch = master # templatedir = ~/.config/git/template