terminate format with a newline

Wed, 25 Nov 2015 02:08:33 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 25 Nov 2015 02:08:33 -0500
changeset 229
0aefc3566070
parent 228
bf3429214b78
child 230
5cd77842c623

terminate format with a newline

.gitconfig file | annotate | diff | comparison | revisions
--- 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

mercurial