From 02752226b0ace550c08eb85e00e50409397431a4 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Fri, 4 Feb 2022 19:02:17 +0100 Subject: [PATCH] git: default name + enable rerere --- .config/git/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index 59ac20f..91194a3 100644 --- a/.config/git/config +++ b/.config/git/config @@ -19,12 +19,14 @@ [user] useConfigOnly = true + name = "Arne Keller" + email = "arne.keller@posteo.de" [core] askpass = /run/current-system/sw/bin/ksshaskpass + quotepath = off [pull] ff = only - -[init] - defaultBranch = master +[rerere] + enabled = 1