summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-12-29 19:49:52 +0100
committerAnton Khirnov <anton@khirnov.net>2021-12-29 19:49:52 +0100
commite05b0a53dca4091607be0be89ab575eee694b3b4 (patch)
tree4fff59b5a8cccdbcf0095f86e3515c30f7c0b86c
parent4ce95e5719054f578942e5a4232cfdd606ff4c41 (diff)
gitconfig: tweak pretty.summary
Place the commit hash next to the message, makes it easier to match them together.
-rw-r--r--dotfiles/gitconfig2
1 files changed, 1 insertions, 1 deletions
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