Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 03777b7e4d43521089e5fcc6d8a8315b9b758ded https://github.com/openSUSE/osc/commit/03777b7e4d43521089e5fcc6d8a8315b9b758... Author: lethliel <mstrigl@suse.com> Date: 2019-05-14 (Tue, 14 May 2019) Changed paths: M osc/core.py Log Message: ----------- fix get_commitlog to decode correct. get_commitlog mixes bytes and strings when the output is xml or csv. This is fixed by decoding the commit message before replacing chars. Commit: 53d3cc7bb5fff667d3e0a808d1a43f1b2e80d9b9 https://github.com/openSUSE/osc/commit/53d3cc7bb5fff667d3e0a808d1a43f1b2e80d... Author: Marco Strigl <mstrigl@suse.com> Date: 2019-05-14 (Tue, 14 May 2019) Changed paths: M osc/core.py Log Message: ----------- Merge pull request #550 from lethliel/python3_fix_get_commitlog fix get_commitlog to decode correct. Compare: https://github.com/openSUSE/osc/compare/c5139fdff8a7...53d3cc7bb5ff