git-fame-rb
git-fame-rb copied to clipboard
v2.5.1 does not work on files with spaces in name
Hi, I got an error when git contains a file with white space in the name. Here are simple reproduction steps:
# git touch "a b"
# git add "a b"
# git commit -m "a b"
# git fame
Error: Could not run 'git --git-dir='/tmp/test.git/.git' --work-tree='/tmp/test.git' blame --encoding=UTF-8 -p -M --date=local master -- 'b'' => fatal: no such path b in master.TA: 0:00:00
Try --help for help.
Thanks Piotr
Confirming.
Just released a new version. It should fix the problem. gem install git_fame -v 2.5.2