# HG changeset patch # User Meredith Howard # Date 1485995548 18000 # Node ID 5df02ebeedf9643cc1d3a2cb3765dd9432432692 # Parent e398f840bf3c153233bf517867a2d347d253bdd7 Tweak pretty fmt diff --git a/.gitconfig b/.gitconfig --- 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 %G?%C(yellow)%d%Creset %s (%C(green)%cr%Creset by %C(cyan)%an%Creset) + onelinecustom = tformat:%C(magenta)%h%Creset %G? -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset [branch] autosetuprebase = always