From e37a8757159374f426e5cfadde90d84533105e9e Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 4 Nov 2020 18:44:22 -0600 Subject: fix 'mailmap' typo in git config --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index a0a51ad..72710ce 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,7 +5,7 @@ [init] templateDir = ~/.config/git/template [log] - mailmmap = true + mailmap = true [pull] rebase = true [rebase] -- cgit