From: Amin Bandali Date: Fri, 10 May 2019 23:29:43 +0000 (-0400) Subject: git: move mailmap to ~/.config/git X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/2deefd75e867a759013e7eee03ff8e54f6a9783c git: move mailmap to ~/.config/git --- diff --git a/.config/git/config b/.config/git/config index 35f1eb9..9b9c776 100644 --- a/.config/git/config +++ b/.config/git/config @@ -14,6 +14,9 @@ editor = emacsclient -t pager = "less" +[mailmap] + file = ~/.config/git/mailmap + [gpg] program = gpg2 diff --git a/.config/git/mailmap b/.config/git/mailmap new file mode 100644 index 0000000..5753c4e --- /dev/null +++ b/.config/git/mailmap @@ -0,0 +1,4 @@ + + + + diff --git a/.mailmap b/.mailmap deleted file mode 100644 index 5753c4e..0000000 --- a/.mailmap +++ /dev/null @@ -1,4 +0,0 @@ - - - -