# HG changeset patch # User Meredith Howard # Date 1448435313 18000 # Node ID 0aefc3566070bfaa89c90838c0aa6d9c3f98ed3d # Parent bf3429214b782a0d4f4c01b077e15a7dd126dc73 terminate format with a newline diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -27,7 +27,7 @@ recent = !sh -c 'git for-each-ref --count=${1:-20} --sort=-committerdate --format=\"%(committerdate:short) %(refname:short)\"' "$@" [pretty] - onelinecustom = format:%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset + onelinecustom = tformat:%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr)%Creset %C(cyan)<%an>%Creset [branch] autosetuprebase = always