Commit d731e213 authored by Michal Čihař's avatar Michal Čihař

Force using UTF-8 for Git config values

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent aa570e8e
......@@ -407,7 +407,7 @@ class GitRepository(Repository):
"""
Set entry in local configuration.
"""
self.execute(['config', path, value])
self.execute(['config', path, value.encode('utf-8')])
def set_committer(self, name, mail):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment