Hi Robert,

You're using Julia v0.4, right?  This is actually a bug introduced
recently, by https://github.com/JuliaLang/julia/commit/42b3d905 (which
itself was trying to fix a deprecation warning).  It should be an easy
fix--are you up for it?  If not, could you submit a bug report?

Cheers,
   Kevin

On Fri, Mar 6, 2015 at 3:32 PM, Robert DJ <[email protected]> wrote:

> 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