home: git: enable 'rerere'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

How did I not already have it enabled?
This commit is contained in:
Bruno BELANYI 2024-02-16 19:04:49 +00:00
parent b2a199c9a0
commit c5e5bee206

View file

@ -148,6 +148,10 @@ in
autoStash = true; autoStash = true;
}; };
rerere = {
enabled = true;
};
url = { url = {
"git@git.belanyi.fr:" = { "git@git.belanyi.fr:" = {
insteadOf = "https://git.belanyi.fr/"; insteadOf = "https://git.belanyi.fr/";