From a4e57fe5c76c041e9fcc102e3731dae536788c44 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 4 Mar 2020 23:42:30 -0500 Subject: [PATCH] git: require user.email to be set per-repository --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index aa84667..aa94730 100644 --- a/git/config +++ b/git/config @@ -1,6 +1,6 @@ [user] name = Charles Gould - email = cgould@protonmail.com + useConfigOnly = true [core] autocrlf = input editor = nvim