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
I came across a git header that contained filenames with unicode. Git chose to wrap those in quotes. The regex git_diffcmd_header in patch.py couldn't parse the filenames out of the header due to the quotes.
I monkey patched this in my code with the following line:
I came across a git header that contained filenames with unicode. Git chose to wrap those in quotes. The regex
git_diffcmd_header
inpatch.py
couldn't parse the filenames out of the header due to the quotes.I monkey patched this in my code with the following line:
That seems to work!
Here's an example of the offending diff header (could be used as a fixture):
The text was updated successfully, but these errors were encountered: