Re: [PATCH v5 1/5] t9350: fix encoding test to actually test reencoding

2019-05-13 Thread Torsten Bögershausen
On Mon, May 13, 2019 at 04:17:22PM -0700, Elijah Newren wrote: > This test used an author with non-ascii characters in the name, but > no special commit message. It then grep'ed for those non-ascii > characters, but those are guaranteed to exist regardless of the > reencoding process since the ree

[PATCH v5 1/5] t9350: fix encoding test to actually test reencoding

2019-05-13 Thread Elijah Newren
This test used an author with non-ascii characters in the name, but no special commit message. It then grep'ed for those non-ascii characters, but those are guaranteed to exist regardless of the reencoding process since the reencoding only affects the commit message, not the author or committer na