add git pack settings

This commit is contained in:
2025-05-26 14:41:17 -04:00
parent 04a3417edd
commit 6b8abf9972

View File

@ -29,6 +29,8 @@
color.ui = true; color.ui = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
format.signoff = true; format.signoff = true;
pack.windowMemory = "2g";
pack.packSizeLimit = "1g";
}; };
}; };
} }