git-tools
git-tools copied to clipboard
Handle quote detection more robustly
The tool failed to correctly add the prefix to a quoted path. After some debugging, I found that the conditional does not match the "
(quote symbol) on my repository for some reason. The starts/ends functions do match it though.