Return-Path: X-Original-To: apmail-aurora-dev-archive@minotaur.apache.org Delivered-To: apmail-aurora-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 8630A105E3 for ; Wed, 5 Feb 2014 20:09:46 +0000 (UTC) Received: (qmail 63239 invoked by uid 500); 5 Feb 2014 20:09:45 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 63194 invoked by uid 500); 5 Feb 2014 20:09:45 -0000 Mailing-List: contact dev-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list dev@aurora.incubator.apache.org Received: (qmail 63186 invoked by uid 99); 5 Feb 2014 20:09:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 20:09:45 +0000 X-ASF-Spam-Status: No, hits=-1998.3 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Feb 2014 20:09:43 +0000 Received: (qmail 62965 invoked by uid 99); 5 Feb 2014 20:09:23 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 20:09:23 +0000 Received: from localhost (HELO mail-ee0-f47.google.com) (127.0.0.1) (smtp-auth username kevints, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 20:09:23 +0000 Received: by mail-ee0-f47.google.com with SMTP id d49so459029eek.34 for ; Wed, 05 Feb 2014 12:09:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9QXMqtPNJpOT+CX3b4JrPg3rjINdbplM59mHOvGJR8Y=; b=RXaes77YR25pjPdk2t8yQ8lAx4BkIFwGPjmJ16TN3lkUvl0i6eKdpN+Yex7X1ndJ9g LU1JrP2pR9gEnLJm0aSKndIznptbAHaHGnfQSkQvEDJX5b8zDHDZaknkDOCpIStb9e9G xZcIQSEcTYztN+yaVKIfx0qEvMmE8+1ZUMpL4qrk7mGv+MbLIpVIjfRW8y0JdqbDUjGA 0VnbFNL6fYvPxUnC7TOTHvbRCZjPkaQ1YI0kRY4RnJVmKbHLvopTf6G7i11ssQKImWtG h324RKq0ZzNeAJX2BuJLblzlvDvYluVQTfYpjsdA6zTMNOKSt0gDsk/KtDwm/vicvY2b K41g== X-Gm-Message-State: ALoCoQmP8M2evy8SKhmGFif7IiPHGS5HcJ0uFAn+jmyqIqrDh6C8AeKV/P3Se3do8Y4WBeQm4gBH MIME-Version: 1.0 X-Received: by 10.14.177.1 with SMTP id c1mr4350861eem.8.1391630961656; Wed, 05 Feb 2014 12:09:21 -0800 (PST) Received: by 10.15.110.5 with HTTP; Wed, 5 Feb 2014 12:09:21 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Feb 2014 12:09:21 -0800 Message-ID: Subject: Re: Committers: Please help keep the git log clean From: Kevin Sweeney To: Aurora Content-Type: multipart/alternative; boundary=047d7b621e0c20e0e904f1ae55a1 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b621e0c20e0e904f1ae55a1 Content-Type: text/plain; charset=ISO-8859-1 Don't forget that the workflow is somewhat documented at https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git;a=blob;f=docs/contributing.md;h=434116378711f40877f6f7af15af8545b5335ec0;hb=HEAD Patches to clarify are appreciated! On Wed, Feb 5, 2014 at 12:02 PM, Bill Farner wrote: > Good point! Our commit workflow sidesteps the merge commit issue (we grab > the patch from reviewboard and apply that to master in an atomic commit). > I'm *hoping* at some point we can formalize these expectations with a hook > on the git server. > > -=Bill > > > On Wed, Feb 5, 2014 at 11:12 AM, Henry Saputra >wrote: > > > Dont forget to use git rebase instead of git pull =) > > > > - Henry > > > > On Tue, Feb 4, 2014 at 1:53 PM, Bill Farner wrote: > > > First and foremost, please don't take committing on master lightly. > > Every > > > time you commit and push to master, i encourage you to triple-check > your > > > commit message, and run the build one last time. Remember, *once > you've > > > pushed to master, it's there forever*. > > > > > > Unfortunately we have some manual lint steps, which will hopefully be > > > automated in the near future: > > > > > > - Wrap your commit message at 100 cols. > > > > > > - Remove any redundancy in the commit message (e.g. rbt pulls the > summary > > > and description, which often overlap) > > > > > > - Keep the commit message at a sane length. The "Testing Done" section > > is > > > rarely interesting, and should not include lengthy terminal output. > > > > > > > > > Thanks! > > > > > > -=Bill > > > --047d7b621e0c20e0e904f1ae55a1--