On Mon, Jul 13, 2009 at 10:55 AM, Hartmut Reuter<[email protected]> 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 > files in the patch. What did you git pull? _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
