You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for letting me know! Unfortunately, GitPython is full of encoding issues, and even though assuming UTF-8 isn't technically a perfect fix, it's definitely an improvement over using ASCII implicitly.
Hi,
a branch is shown incorrectly when contains utf-8 characters
Branch name:
refs/heads/zażółć_gęślą_jaźń
The issue can be fixed by adding encoding in SymbolicReference._get_ref_info_helper.
Proposed change:
Replace
Current result (e.g. shown as active_branch):
refs/heads/zażółć_gęślą_jaźń
with
Expected result:
refs/heads/zażółć_gęślą_jaźń
The text was updated successfully, but these errors were encountered: