From 8242d356bcca351cccf92589d364d36dd8119923 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 25 Oct 2022 20:18:24 +0200 Subject: [PATCH] git: highlight dates and author in logs --- config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/git/config b/config/git/config index 8c71e17..3ccef0b 100644 --- a/config/git/config +++ b/config/git/config @@ -1,8 +1,8 @@ [alias] cm = commit --verbose co = checkout - l = log --graph --format='%C(auto)%h%d %s %C(10)%ad' - ln = log --graph --format='%C(auto)%h%d %s %C(10)%ad %C(auto)by %C(10)%an<%ae>' + l = log --graph --format='%C(auto)%h%d %s %C(6)%ad' + ln = log --graph --format='%C(auto)%h%d %s %C(10)on %ad %C(6)by %aN%C(10)<%C(13)%aE%C(10)>' ll = log --graph --decorate --stat la = l --all lna = ln --all