From 78e8d73b7373a9910436e45b2c33e873aaa531a1 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 14 May 2025 15:56:16 -0700 Subject: [PATCH] git: Enable rerere --- git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/config b/git/config index 1f2b056..5439778 100644 --- a/git/config +++ b/git/config @@ -64,6 +64,10 @@ default = simple [rebase] updateRefs = true +[rerere] +enabled = true +autoupdate = true + [tag] sort = version:refname