[OpenAFS-devel] Change of version control system

Derrick Brashear shadow@gmail.com
Mon, 13 Jul 2009 10:58:13 -0400


On Mon, Jul 13, 2009 at 10:55 AM, Hartmut Reuter<reuter@rzg.mpg.de> wrote:
> Simon,
>
> the new interface to gerrit and gid works fine for me. I tested it last
> week with a very simple small patch and I was able also to update the
> patch which finally was accepted and merged.
>
> Today I pushed another patch (70), but without being aware of it two
> other patches (68 and 69) appeared.

git log -p origin/master..HEAD
will tell you exactly what you'd push. Merge commits are generated
when you push a diff against a tree which is not current.

> What may have caused this behaviour?
>
> Before doing the commit I did a "git pull" to be sure i am working on
> the actual source. But there was nothing which had to do with the source
> =A0files in the patch.

What did you git pull?