sjmgarnier / viridis

Colorblind-Friendly Color Maps for R
http://sjmgarnier.github.io/viridis
Other
289 stars 38 forks source link

unknown committer #5

Closed ashander closed 9 years ago

ashander commented 9 years ago

looks great but who is the 'unknown' committer? Someone with push access but no setting for user.name or user.email in git config, perhaps? To test, in a shell

$ git config --global -l | grep user

should read out user name and email. I not, then set by

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

more details see these instructions

sjmgarnier commented 9 years ago

@ashander It should have been me, but I'm not sure what happened here.

sjmgarnier commented 9 years ago

@ashander It seems that it is a problem with SourceTree that was not properly configured on my other computer.

sjmgarnier commented 9 years ago

Sourcetree on Windows created other problems as well. It's corrected now. Closing this issue. Thanks for pointing out the problem.

ashander commented 9 years ago

No problem. I figured it could be something weird, as you seem plenty git(hub) savvy.

Cool scale! Thanks for porting it

On Sun, Jul 19, 2015 at 5:55 PM, Simon Garnier notifications@github.com wrote:

Sourcetree on Windows created other problems as well. It's corrected now. Closing this issue. Thanks for pointing out the problem.

— Reply to this email directly or view it on GitHub https://github.com/sjmgarnier/viridis/issues/5#issuecomment-122723420.