Return-Path: X-Original-To: apmail-hawq-dev-archive@minotaur.apache.org Delivered-To: apmail-hawq-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 66D2618315 for ; Tue, 29 Sep 2015 23:46:36 +0000 (UTC) Received: (qmail 62479 invoked by uid 500); 29 Sep 2015 23:46:36 -0000 Delivered-To: apmail-hawq-dev-archive@hawq.apache.org Received: (qmail 62423 invoked by uid 500); 29 Sep 2015 23:46:36 -0000 Mailing-List: contact dev-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list dev@hawq.incubator.apache.org Received: (qmail 62412 invoked by uid 99); 29 Sep 2015 23:46:36 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 23:46:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 98FF21809A1 for ; Tue, 29 Sep 2015 23:46:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2c6flSx5ECfh for ; Tue, 29 Sep 2015 23:46:22 +0000 (UTC) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 63C38206AF for ; Tue, 29 Sep 2015 23:46:22 +0000 (UTC) Received: by wicge5 with SMTP id ge5so172615845wic.0 for ; Tue, 29 Sep 2015 16:46:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:references:in-reply-to:to; bh=iRtLPxn8+E5G5EpMHgn9rIo6mxOgcRYrgLSV4bTIZSc=; b=hweCq5SSL9YseQUSYYnri8rrJgHK4s9hJXKYtYWDLA5OmXY5NtUHMPLcyllvJ0Il5x 5RjvdHBSlFO8B9YQbiRHuTvIw0NIjznDLskqIt+tKcjJV4QP96LcfDJXQD9jhttoD211 BDUp8R1Bze+BssZlu+nRXIyUq9MhHrmAOJkaI9DlHlB1cbpaEftpmZVoNP/wWNkmXcKq eR56dcEmhzKNqHQ4CJERKlIz1kIHEm0b2p10wV2pPkveTMrf3i3oniiu2hS2c0nS36dr Of+vN82ZzYOfbRlt1/jtSqpsg2MFGeoH57bvp1JTmkoSJvbSwN4kR+ynf4EJ7m3xUlVm 0gCw== X-Gm-Message-State: ALoCoQktOpn8GN5Uvd5yFUmkC38DScdmzFtTj8Az74RMjCB7v8GM9B3he+vSxP11kuEFahU7gZ7S X-Received: by 10.181.13.241 with SMTP id fb17mr1230259wid.45.1443570380983; Tue, 29 Sep 2015 16:46:20 -0700 (PDT) Received: from [192.168.53.69] ([213.253.214.218]) by smtp.gmail.com with ESMTPSA id e6sm26338893wiy.3.2015.09.29.16.46.19 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 16:46:20 -0700 (PDT) From: Caleb Welton Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Subject: Re: Commit messages Message-Id: Date: Wed, 30 Sep 2015 01:46:20 +0200 References: In-Reply-To: To: "dev@hawq.incubator.apache.org" X-Mailer: iPhone Mail (12B411) +0.1 to Jimmy's suggestion. > On Sep 30, 2015, at 12:31 AM, Jimmy Da wrote: > > Not a big deal, just the OCD part of me want to bring this up. > > According to > https://cwiki.apache.org/confluence/display/HAWQ/Contributing+to+HAWQ, our > commit message should look like > > HAWQ-###*.* Commit message blah blah blah > > We use period '.' to separate the JIRA number and the commit message. > > I don't quite feel good about the '.', so I looked up a bunch of other > Apache projects and found their separators: > hbase uses just a space > storm, hive, samza uses ":" > > I really like the ":" separator as they convey the relationship between the > JIRA number and the message explaining the JIRA number. > > Can we change the commit messages to > HAWQ-###: Commit message blah blah blah