Affected Version: 2.2.1
What steps will reproduce the problem?
1. Create a commit with the message "changed x to ×"
2. Try to push it to refs/for/master
What is the expected output? What do you see instead?
I expected it to push. Instead I got: ! [remote rejected] HEAD -> refs/for/master (database error)
Please provide any additional information below.
There was no error message in error_log so I had to figure this out by trial and error.
The database is MySQL and the tables are all latin1_general_ci
I'm pretty sure the commit message was UTF-8.
Mergedinto: 1273