feat(git): speed-up large repo handling

This commit is contained in:
Michael Mandl 2025-02-26 08:18:22 +01:00
parent a131d538c8
commit c74cd97351
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -26,10 +26,15 @@
};
extraConfig = {
core.editor = "nvim";
core.pager = "less -FX";
branch.sort = "-committerdate";
core = {
editor = "nvim";
fsmonitor = true;
pager = "less -FX";
untrackedCache = true;
};
diff.ignoreSubmodules = "none";
fetch.parallel = 8;