Wed, 01 Feb 2017 19:26:10 -0500
Tweak pretty fmt
.gitconfig | file | annotate | diff | comparison | revisions |
--- a/.gitconfig +++ b/.gitconfig @@ -33,7 +33,7 @@ recent = !sh -c 'git for-each-ref --count=${1:-20} --sort=-committerdate --format=\"%(committerdate:short) %(refname:short)\" ${@:2}' - [pretty] - onelinecustom = tformat:%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset + onelinecustom = tformat:%C(magenta)%h%Creset %G?%C(yellow)%d%Creset %s (%C(green)%cr%Creset by %C(cyan)%an%Creset) [branch] autosetuprebase = always