diff options
author | June McEnroe <june@causal.agency> | 2019-12-20 18:44:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-20 18:44:47 -0500 |
commit | 759cebc8de8323e6b8c4ce0599cccd80352e3b54 (patch) | |
tree | bccb2877af446588048e5e83ef1b482124acf3a7 /home | |
parent | Set LANG in cgit filters (diff) | |
download | src-759cebc8de8323e6b8c4ce0599cccd80352e3b54.tar.gz src-759cebc8de8323e6b8c4ce0599cccd80352e3b54.zip |
Respect mailmap in gl pretty format
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index 7f96668f..50a6a885 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -12,7 +12,7 @@ autosquash = true [pretty] - log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%aN> [include] path = ./private |