home: git: enable 'rerere'
ci/woodpecker/push/check Pipeline was successful Details

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
1 changed files with 4 additions and 0 deletions

View File

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