From 48c371b9e536917794d24b79221d40ff78ab04a1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 17:54:35 +0200 Subject: git: enable rerere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index 936f997..bbf3957 100644 --- a/git/config +++ b/git/config @@ -123,3 +123,5 @@ [credential "https://github.com"] username = kyrias helper = pass +[rerere] + enabled = true -- cgit v1.2.3-54-g00ecf