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
Recently, I ran into a bug in which a line containing an unusual character was not parsed correctly by this gem. By inspecting the diff, I discovered that it was because `git` adds quotations around pathnames containing unusual characters (see https://git-scm.com/docs/git-config#git-config-corequotePath).
The line in question looked like the following:
```
--- "a/app/foo/bar/FOO\357\234\202REVIEWERS"
```
This pull request changes the diff metadata regular expressions to allow for such quoted strings.
0 commit comments