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
Accented characters are escaped in git listing and path is quoted, thereby avoiding any path filters configured in YAML (I have just [ "pages" ]).
Starting solution would be to match paths starting with quotes as well. Not sure if there are other edge cases that make adding regex support worthwhile.
The text was updated successfully, but these errors were encountered:
Thinking for another minute(!), I think the problem might be in the commit string, since the path matches for display purposes 🤷
hughbris
changed the title
Plugin skips adding and committing paths containgin special characters
Plugin skips adding and committing paths containing special characters
May 17, 2022
Noticed this when committing a file with this kind of path:
"pages/40.recipes/20.hot-smoked-salmon-salad-chermoula-dressing-saut\303\251ed-limes/recipe.md"
Accented characters are escaped in git listing and path is quoted, thereby avoiding any path filters configured in YAML (I have just
[ "pages" ]
).Starting solution would be to match paths starting with quotes as well. Not sure if there are other edge cases that make adding regex support worthwhile.
The text was updated successfully, but these errors were encountered: