From e05b0a53dca4091607be0be89ab575eee694b3b4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 29 Dec 2021 19:49:52 +0100 Subject: gitconfig: tweak pretty.summary Place the commit hash next to the message, makes it easier to match them together. --- dotfiles/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index d3a0cd3..76d6a84 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -20,7 +20,7 @@ [pull] ff = only [pretty] - summary = format:%C(auto)%h%Creset %cs %<|(48)%C(brightyellow)%an%Creset %s + summary = format:%cs %<(24,mtrunc)%C(brightyellow)%an%Creset %C(auto)%h%Creset %s [include] path = ~/.config/gitconfig_local -- cgit v1.2.3