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
The escape codes seem to be what you should be expecting. Git paths are arbitrary binary bytestrings so it looks like whatever you're using to print out the structure is erring on the side of caution and showing anything non-ascii like that.
Does it still happen if you tag the strings with whatever the right encoding is for your repository?
when I call new_file[:path] / old_file[:path] of Rugged::Diff::Delta, I got result as follow:
when I copy the path value to my console pry/irb, I got the right string
It seems to be an incorrectly decoded problem
The text was updated successfully, but these errors were encountered: