Re: [PATCH v9 4/5] t6006: add two more tests for the case i18n.commitEncoding is not set
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:00
Alexey Shumkin [off-list ref] writes:
+test_format complex-body %b <<EOF +commit $head3 +This commit message is much longer than the others, +and it will be encoded in iso8859-1. We should therefore +include an iso8859 character: ¡bueno!
This is not such a good idea, as the resulting file will be in mixed
encoding (it already has a line with non-ascii that is in UTF-8),
and many editors would not like such a file.
Perhaps we should update test_format so that we can feed a quoted
input, e.g.
+include an iso8859-1 character: <A1>bueno!
or something?
+commit $head2 +commit $head1 +EOF + +# Git uses i18n.commitEncoding if no i18n.logOutputEncoding set +# so unset i18n.commitEncoding to test encoding conversion +git config --unset i18n.commitEncoding + +test_format complex-subject-commitencoding-unset %s <<EOF +commit $head3 +Test printing of complex bodies +commit $head2 $changed commit $head1 $added EOF -test_format complex-body %b <<EOF +test_format complex-body-commitencoding-unset %b <<EOF commit $head3 This commit message is much longer than the others, and it will be encoded in iso8859-1. We should therefore