t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commitEncoding...
commit0fe6df3ce8e6373536d1a9016cac9126a1aed0da
authorAlexey Shumkin <alex.crezoff@gmail.com>
Fri, 5 Jul 2013 12:01:49 +0000 (5 16:01 +0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jul 2013 18:43:28 +0000 (5 11:43 -0700)
tree3e75d159139f92d21384c510d14ec35122333292
parent17cc2ef1c5f160056f5ca8cf4bd795ddd9b76bd3
t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commitEncoding is not set

In de6029a (pretty: Add failing tests: --format output should honor
logOutputEncoding, 2013-06-26) 'complex-subject' test was changed.
Revert it back, because that change actually removed tests for "%b"
and "%s" with i18n.commitEncoding set.  Also, add two more tests for
mentioned above "%b" and "%s" to test encoding conversions with no
i18n.commitEncoding set.

Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com>
Suggested-by: Johannes Sixt <j.sixt@viscovery.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6006-rev-list-format.sh