git: Disable rerere

I had this change sitting around so long that I forgot why exactly I
disabled it, but know that some problem arose from rerere. I think that
even though it is super cool, it brings a sneaky new layer of possible
errors. Maybe I'll re-enable it in the future.
This commit is contained in:
2025-09-03 09:53:54 +02:00
parent ca15f2399e
commit 2e4086500d

View File

@@ -114,7 +114,7 @@
[rebase]
autostash = true
[rerere]
enabled = true
enabled = false
[status]
submodulesummary = true
[submodule]