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 | 851543a0d3433d1d30f092a0c7cf46103667802c (patch) | |
tree | 562a0c7c4ca9036aabbce9da04eba4ffe1188d50 /home | |
parent | Set LANG in cgit filters (diff) | |
download | src-851543a0d3433d1d30f092a0c7cf46103667802c.tar.gz src-851543a0d3433d1d30f092a0c7cf46103667802c.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 bacd8eec..5c12c079 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 |