git: enable rerere

This commit is contained in:
Trolli Schmittlauch 2024-02-19 22:20:15 +01:00
parent 0d8df74f86
commit 9ad6106e29

View file

@ -517,6 +517,7 @@ programs.bat = {
*.swo *.swo
''); '');
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab"; core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
rerere.enabled = true;
}; };
lfs.enable = true; lfs.enable = true;
}; };