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

BUG file names with qoute's are not supported

Open KLuuKer opened this issue 8 years ago • 0 comments

when running git blame over my repo it encountered a file with a single quote in it and then gave the following error and crashed

Error: Could not run 'git --git-dir='/myrepo/.git' --work-tree='/myrepo' show develop:'src/projectname/fonts/Suisse BP Int'l Antique Italic.otf' | LC_ALL=C file --mime-type -' => sh: 1: Syntax error: Unterminated quoted string.

KLuuKer avatar Dec 12 '17 16:12 KLuuKer