You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I got an error when git contains a file with white space in the name.
Here are simple reproduction steps:
Thanks
Piotr
The text was updated successfully, but these errors were encountered: