git-change-date icon indicating copy to clipboard operation
git-change-date copied to clipboard

Error if the directory name has space in it

Open 5Hellboy opened this issue 5 years ago • 1 comments

If I try to run the tool in a directory that has space in it, then it gives out the following error. It doesn't parse the spaces in the directory names.

Command failed: cd /home/test/Desktop/test this && git log -n5 --pretty /bin/sh: 1: cd: can't cd to /home/test/Desktop/test

The directory name is "test this"

5Hellboy avatar Feb 24 '20 00:02 5Hellboy