git-fame-rb icon indicating copy to clipboard operation
git-fame-rb copied to clipboard

v2.5.1 does not work on files with spaces in name

Open pioy opened this issue 8 years ago • 2 comments

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

pioy avatar Dec 21 '16 17:12 pioy

Confirming.

OndraZizka avatar Jan 03 '17 05:01 OndraZizka

Just released a new version. It should fix the problem. gem install git_fame -v 2.5.2

oleander avatar Jan 14 '17 02:01 oleander