[OpenAFS-devel] Re: unable to push to gerrit (for a different reason now)

Russ Allbery rra@stanford.edu
Mon, 13 Jul 2009 20:41:59 -0700


Adam Megacz <megacz@hcoop.net> writes:

> Hrm, okay, I registered megacz@hcoop.net (which I would like to appear
> as the author in my commits), but now the push is complaining about
> "invalid committer adam@megacz.com" -- but where is git/gerrit getting
> that from?  The commits ("git log") clearly show megacz@hcoop.net as
> the committer.

git log is showing that as the author, from your output.  Check git log
--pretty=full and see what the committer says.

If it has the wrong address, that would imply that your git configuration
isn't setting the right email address on the system where you did the
commit.  git commit --amend will change the committer, but of course to
the same thing that Git thinks is your current identity.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>