[NEEDSWORK: tests] git-log --format: Add %B tag with %B(x) option
authorJohannes Gilger <heipei@hackvalue.de>
Sat, 19 Sep 2009 09:58:24 +0000 (11:58 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 17:06:49 +0000 (10:06 -0700)
commite6fcb549b190352ceee3cd6875c3eba8854e209a
tree71165cefd1ae23d44d70e333d00ec652b0172380
parent1be224ba6e99f0ab34c998d7fa8023b76a15c8b6
[NEEDSWORK: tests] git-log --format: Add %B tag with %B(x) option

Since one can simply use spaces to indent any other --pretty field we
should have an option to do that with the body too.

Also the %B flag strips the trailing newlines, to enable more compact
display.

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
pretty.c