summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-20 18:44:47 -0500
committerJune McEnroe <june@causal.agency>2019-12-20 18:44:47 -0500
commit759cebc8de8323e6b8c4ce0599cccd80352e3b54 (patch)
treebccb2877af446588048e5e83ef1b482124acf3a7
parentSet LANG in cgit filters (diff)
downloadsrc-759cebc8de8323e6b8c4ce0599cccd80352e3b54.tar.gz
src-759cebc8de8323e6b8c4ce0599cccd80352e3b54.zip
Respect mailmap in gl pretty format
-rw-r--r--home/.config/git/config2
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
r-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts