aboutsummaryrefslogtreecommitdiff
path: root/dot-config
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-31 15:51:28 +0000
committerBlake Romero <blake@blkrom.com>2024-10-31 15:51:28 +0000
commit92e3c57066516280fa45956325f3e8c6c1d8d493 (patch)
tree71a81b84744d62017a3fb388b2310e9d113e76a6 /dot-config
parentc2f8007118cb0b579b5e900bff809e63ee1fde71 (diff)
Add pretty list format for git log
Diffstat (limited to 'dot-config')
-rw-r--r--dot-config/git/config2
1 files changed, 2 insertions, 0 deletions
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