On Wed, 2011-10-05 at 11:29 +0100, Roger Pau Monné wrote:
> > Ah, that's OK then. I thought the original author was this "Charlie
> > Root" guy/pseudonym, but I suppose that's actually you and/or an
> > artefact of your local git repo/git send-email.
>
> Sorry for the trouble,
No problem.
> that is a problem with git, that doesn't get
> the name and email attributes right when using "git format-patch", I
> think that it used the default name of the root account, which is
> "Charlie", hence the "Charlie Root" name, at the end I had to remove
> the "From" fields manually, because I wasn't able to generate a patch
> with the proper "From" field.
I think the problem was probably actually a "git commit" time when the
Author field in the commit seems to have been set to "Charlie Root".
"git format-patch" just picks up on that and because it is different to
the sender it includes a From line.
You probably need to add a ~/.gitconfig containing e.g.:
[user]
name = Ian Campbell
email = ian.campbell@xxxxxxxxxx
so that "git commit" will pickup the right details and/or avoid
committing stuff as root.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|