jez / git-heatmap

:bar_chart: Display a heatmap for oft-edited files
MIT License
295 stars 15 forks source link

Bars dependency has CRLF line endings #7

Open thefridge111 opened 6 years ago

thefridge111 commented 6 years ago

I know this isnt on the correct repo, but as issues are disabled there... Just a heads up that the jez/bars package that heatmap requires is installed with CRLF line endings. This will cause an error when trying to run heatmap on *nix systems. Easy fix is to do a line endings conversion (dos2unix or using an editor) on the bin/bars file that is installed by npm.

thefridge111 commented 6 years ago

Could be a problem with my gitconfig actually... sorry about that. Just started work on a windows based project and forgot i changed things...