From 2dae4f7a2e681fc9e06d0771e50f4876a93c1dbc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 Apr 2017 18:23:45 +0100 Subject: [PATCH] git: actually enable rerere --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 1c5b482..2892abb 100644 --- a/git/config +++ b/git/config @@ -32,4 +32,4 @@ [status] submodulesummary = true [rerere] - enable = true + enabled = true -- 2.48.1