git.tmbundle icon indicating copy to clipboard operation
git.tmbundle copied to clipboard

Fix for paths containing characters with special meaning in regex

Open jacob-carlborg opened this issue 1 year ago • 0 comments

If running a Git command (like diff) for a project located in a path containing characters which have special meaning in regular expressions the command will crash. The fix sanitizes the path by escaping characters with special meaning.

jacob-carlborg avatar May 20 '23 05:05 jacob-carlborg