From 1744ad5e809cc5cb24b279101168c0a85cd9eec3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 31 May 2024 12:29:33 +0200 Subject: [PATCH] feat: enable rerere Signed-off-by: kjuulh --- dot_gitconfig.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 2d08b42..1ad5f14 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -59,3 +59,5 @@ [pager] difftool = true +[rerere] + enabled = true