From 40997499e234fbf7a4efb7ef3933877da0480d49 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 30 Jun 2023 22:12:25 +0800 Subject: [PATCH] git: Update format of my log alias --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index df2818a..50d93ca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -25,7 +25,7 @@ ss = status -s ch = checkout chb = checkout -b - mylog = log --pretty=format:'%C(yellow)%h %C(bold blue)%an, %C(green)%ar: %C(white)"%s"' + mylog = log --pretty=format:'%C(white)%h %C(blue)%an %C(green)%as %C(white)"%s"' lgraph = log --oneline --graph --decorate --all brd = branch -d fame = !python3 -m gitfame