t4205: unfold across multiple lines
authorTaylor Blau <me@ttaylorr.com>
Mon, 2 Oct 2017 05:25:19 +0000 (22:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Oct 2017 06:34:43 +0000 (15:34 +0900)
commit6f5c77a1190d83f0c02b480f0e04c0dd78d954ed
treecef362d1476e14af234d3263ea8d1e429dd85399
parent84ff053d47c20c9f417f857e4adac0bcd8e01f0d
t4205: unfold across multiple lines

Tests in t4205 test the following:

  git log --format='%(trailers:unfold)' ...

By ensuring the multi-line trailers are unfolded back onto the same
line. t4205 only includes tests for 2-line trailers, but `unfold()` will
fail for folded trailers on 3 or more lines.

In preparation for adding subsequent tests in t6300 that test similar
behavior in `git-for-each-ref(1)`, let's harden t4205 (and make it
consistent with the changes in t6300) by ensuring that 3 or more
line folded trailers are unfolded correctly.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4205-log-pretty-formats.sh