git.tmbundle
git.tmbundle copied to clipboard
Fix for paths containing characters with special meaning in regex
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.