git-change-date
git-change-date copied to clipboard
Error if the directory name has space in it
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"