From 2e613cc3382c3f24bbd245181e1ffeb1a0888ae7 Mon Sep 17 00:00:00 2001 From: rydesun Date: Tue, 11 Nov 2025 08:37:09 +0800 Subject: [PATCH] Update git log format --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index fd5045e..a70fd13 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,7 +11,7 @@ --pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s' \ --date=format:'%y/%m/%d' llga = log --graph --decorate --all --abbrev=5 \ - --pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)' \ + --pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)%n%b' \ --date=format:'%y/%m/%d %H:%M%z' lg = lga -5 llg = llga -5