From b130903cb525c43ba75566fc7ceab874df62f9dc Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 7 Feb 2020 16:53:53 -0500 Subject: [PATCH] Update git log --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index efce50a..c04f5f5 100644 --- a/gitconfig +++ b/gitconfig @@ -39,7 +39,7 @@ # opposed to %cr which is the commiter's timestamp. I prefer the former # because I sometimes edit an earlier commit message while rebasing and I # want to continue to see the original date. - lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%ad)%Creset' --date=relative + lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%ad|%cr)%Creset' --date=relative start = !git init && git commit --allow-empty -m \"Initial commit\" [rerere] enabled = true