ansible/roles/git
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
..
checks yum accepted pkg=, package calls it name= 2017-10-09 00:38:26 +02:00
hooks git (post-receive-alternativearch): use unicode for git output 2018-01-19 16:40:08 +01:00
make_checkout_seed eeeeeee. thanks tmz 2018-01-02 20:01:20 +00:00
server yum accepted pkg=, package calls it name= 2017-10-09 00:38:26 +02:00