If folder name contains blank spaces, git-meld fails with:
sh: 1: cd: can't cd to /home/...
cd $(git rev-parse --show-toplevel) && git archive rosales ".gitignore" | tar -x -C "/tmp/git-meld.F8dhcE/..." failed with exit code 512 at .../git-meld line 27.
I think because dirname isn't escaped before "cd" to it (line 150).
If folder name contains blank spaces, git-meld fails with:
I think because dirname isn't escaped before "cd" to it (line 150).