Alexey Shumkin <alex.crezoff@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html