mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-02-23 23:27:27 +08:00
Merge "Accept all UTF-8 committer names"
This commit is contained in:
commit
e76efdd7b3
@ -2274,7 +2274,7 @@ class Project(object):
|
||||
p.stderr))
|
||||
r = p.stdout
|
||||
try:
|
||||
r = r.decode()
|
||||
r = r.decode('utf-8')
|
||||
except AttributeError:
|
||||
pass
|
||||
if r.endswith('\n') and r.index('\n') == len(r) - 1:
|
||||
|
Loading…
Reference in New Issue
Block a user