ansible/roles/git/hooks
Todd Zullinger 476ca97e74 git (post-receive-alternativearch): use unicode for git output
The commit message and diff is stored in `full_change` as a string, via
`read_output()`.  This is passed to `TEXT` which is a unicode string.

When a commit message or diff contains non-ascii characters we get:

    UnicodeDecodeError: 'ascii' codec can't decode byte ...

Encode git output returned from `read_output()` as a unicode string and
define `full_change` as unicode for completeness.

Fixes #6040.
2018-01-19 16:40:08 +01:00
..
files git (post-receive-alternativearch): use unicode for git output 2018-01-19 16:40:08 +01:00
meta git/hooks: Express the role dependency properly 2014-09-24 12:26:07 +02:00
tasks yum accepted pkg=, package calls it name= 2017-10-09 00:38:26 +02:00