From e600aa5c3d8c9cb82b1ddabe869a03f2e050e6d0 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 22 Sep 2019 13:37:48 +0200 Subject: [PATCH] Truncate names in git log --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 028ef0c..a3e34a9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -34,5 +34,5 @@ [log] date = relative [format] - pretty = format:%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7)%aN%Cred%d %Creset%s + pretty = format:%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s