From a25e46a66224b6fdbeddd1027e651a5ef88d88d2 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 5 Apr 2024 10:57:43 +0200 Subject: modules/git: fix rerere This didn't work, because it was misspelt. --- modules/shell/git/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/git/config.in b/modules/shell/git/config.in index 138ab59124ce..a4de7c86fc1d 100644 --- a/modules/shell/git/config.in +++ b/modules/shell/git/config.in @@ -70,7 +70,7 @@ rescheduleFailedExec = true stat = true [rerere] - enable = true + enabled = true [sendemail] assume8bitEncoding = UTF-8 confirm = always -- cgit 1.4.1