home: git: enable 'rerere'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
How did I not already have it enabled?
This commit is contained in:
parent
b2a199c9a0
commit
c5e5bee206
1 changed files with 4 additions and 0 deletions
|
|
@ -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/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue