feat(git): speed-up large repo handling
This commit is contained in:
parent
a131d538c8
commit
c74cd97351
1 changed files with 7 additions and 2 deletions
|
@ -26,10 +26,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core.editor = "nvim";
|
|
||||||
core.pager = "less -FX";
|
|
||||||
branch.sort = "-committerdate";
|
branch.sort = "-committerdate";
|
||||||
|
|
||||||
|
core = {
|
||||||
|
editor = "nvim";
|
||||||
|
fsmonitor = true;
|
||||||
|
pager = "less -FX";
|
||||||
|
untrackedCache = true;
|
||||||
|
};
|
||||||
|
|
||||||
diff.ignoreSubmodules = "none";
|
diff.ignoreSubmodules = "none";
|
||||||
|
|
||||||
fetch.parallel = 8;
|
fetch.parallel = 8;
|
||||||
|
|
Loading…
Add table
Reference in a new issue