commit | 62e6ae1a15fdc1fe3fc0fd956d5e5a1c4b33e90c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Aug 02 08:30:04 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Aug 02 08:30:04 2022 +0100 |
tree | 42fad99bf3e0edf0932a8d88b8764e67a116acb2 | |
parent | 8dee1c0109ad873f3d7859922731c1324a2479ef [diff] |
Add some stuff to (hopefully) improve performance of git (and therefore everything else)
diff --git a/src/apps/personal/git.nix b/src/apps/personal/git.nix index c729a87..0422237 100644 --- a/src/apps/personal/git.nix +++ b/src/apps/personal/git.nix
@@ -21,6 +21,9 @@ pull.rebase = "merges"; credential.helper = "store"; commit.signOff = true; + core.splitIndex = true; + core.untrackedCache = true; + core.fsmonitor = true; }; };