From 2e4086500dcad5420bcc6cce1f1efba75c8141eb Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 3 Sep 2025 09:53:54 +0200 Subject: [PATCH] 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. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index f275e68..4921395 100644 --- a/.config/git/config +++ b/.config/git/config @@ -114,7 +114,7 @@ [rebase] autostash = true [rerere] - enabled = true + enabled = false [status] submodulesummary = true [submodule]