Hi,

I've run into a weird problem: When making a new package with

Pkg.generate("name", "license")

the first non-empty Git commit writes my name with commas between every 
character:

authors:  R, o, b, e, r, t

My Git user name has been specified as

git config --global user.name Robert

I've tried writing replacing this with "Robert" (adding surrounding quotes) 
in my ~/.gitconfig, but that doesn't fix the problem.

Is there a way to fix this (that doesn't involve rebasing Git history)?

Thanks,

Robert

Reply via email to