From d086320dfb889a49fc3f40d8ccf4d0d96bd27661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 11 Apr 2025 10:54:20 +0200 Subject: [PATCH] git: Enable rerere --- git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index cd41469..87879f9 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -131,3 +131,5 @@ # delta detects terminal colors automatically; set one of these to disable auto-detection # dark = true # light = true +[rerere] + enabled true