From 92e3c57066516280fa45956325f3e8c6c1d8d493 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:51:28 +0000 Subject: Add pretty list format for git log --- dot-config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config') diff --git a/dot-config/git/config b/dot-config/git/config index 2bd8695..636167b 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -13,3 +13,5 @@ unstage = restore --staged untrack = rm --cached uncommit = reset --soft HEAD^ +[pretty] + list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d -- cgit