From 5bf94b810b3fbb4ef2bfc77f6cc9759ca252554c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 22 Oct 2020 13:01:38 +0200 Subject: [PATCH] Update log format to contain absolute dates Signed-off-by: Knut Ahlers --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 692392a..27ed80b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ ci = commit co = checkout df = diff - lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an / %cn>%Creset' --abbrev-commit" + lg = "log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%ci)%Creset [%G?]%C(yellow)%d%Creset %s %C(bold blue)<%an / %cn>%Creset' --abbrev-commit" ri = rebase --interactive --autosquash st = status