From 61b6f85ef3734c86aba0198afd60e7af6a7da2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 24 Apr 2025 17:10:39 +0200 Subject: [PATCH] git: Fix config --- git/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 87879f9..1cff690 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -132,4 +132,4 @@ # dark = true # light = true [rerere] - enabled true + enabled = true