Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3D7ED71F for ; Wed, 10 Oct 2012 15:22:01 +0000 (UTC) Received: (qmail 53274 invoked by uid 500); 10 Oct 2012 15:22:01 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 53252 invoked by uid 500); 10 Oct 2012 15:22:01 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 53244 invoked by uid 99); 10 Oct 2012 15:22:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 15:22:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pmuellr@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 15:21:57 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so870345vcq.6 for ; Wed, 10 Oct 2012 08:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a2w4cbAE/Otuwd8YJfcEeORcEkjeertXYWQ/ce/UJ48=; b=B+eAtbTUvHQTPI1p1eltD3XXr4vLun5fCgCST5WA7zfVCpdPZtRKTXSigTKyaYRD1E Pzrqtvm1pwvDh+Hmz8yRwt253U5TQC8VHEjQ9/U46i9RLS5afgOFoZX03CrPP6AeqWla //xbzc2ZmuHUmheYYeXaYagrXD21VqeH0lghyOkD0Bup2FHKk4MkwJnEgF5TcS5jmKJ6 60lF1vSLffKHPySnJ4OQ4wHT6kfFDzQjZk83ynMPPZrRqnq3wOJ65bzGe5PGkkNsNRYP gTLnQvaHgxjOgFvtVfq3EwsbFYuqAKL6a++YLgtj4YFiYGfZZfe37kVLc7rb5tf6hWqK YXpg== MIME-Version: 1.0 Received: by 10.220.221.203 with SMTP id id11mr13880840vcb.42.1349882496467; Wed, 10 Oct 2012 08:21:36 -0700 (PDT) Received: by 10.58.125.39 with HTTP; Wed, 10 Oct 2012 08:21:36 -0700 (PDT) Date: Wed, 10 Oct 2012 11:21:36 -0400 Message-ID: Subject: marking pull request committer correctly From: Patrick Mueller To: callback-dev Content-Type: multipart/alternative; boundary=14dae9ccdd4eb0c2d004cbb602ff X-Virus-Checked: Checked by ClamAV on apache.org --14dae9ccdd4eb0c2d004cbb602ff Content-Type: text/plain; charset=ISO-8859-1 wops. Made a boo-boo. If you look at this commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=4d322c0b786e96aaac15ee6fbea5a832ac40ea43 you'll notice that Marcel is marked as the author and committer. But I committed the code, since Marcel isn't a committer. That's the boo-boo. Oh, and Marcel is (not yet) an Apache Cordova committer, but has contributed some other code. I followed an easy path to get the code in, via github pull request: git co master git pull git pull https://github.com/cmarcelk/incubator-cordova-ios cb-1473 ... test the code ... git push Or something like that. Apparently that wasn't enough to trigger getting the committer changed to myself. We do have directions in the wiki about how to handle pull requests: http://wiki.apache.org/cordova/CommitterWorkflow I suspect there is an easier recipe without having to do the `git remote add`, which is silly. Something like: - create branch - pull github pull request - merge into master Thinking that the merge will change the committer to the actual committer instead of contributor. Thoughts? And two questions: 1) Do we have an way to change the message that gets sent to the dev list from github pull request, like this one: http://markmail.org/message/6nmxtszeb4nudg4j Perhaps replace the instructions with a link to the CommitterWorkflow page. 2) Do we have a way of preventing this from happening? Have git to do check on pushes to ensure the git committer is a valid Apache Cordova committer. -- Patrick Mueller http://muellerware.org --14dae9ccdd4eb0c2d004cbb602ff--