Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9F3EEB12 for ; Mon, 18 Mar 2013 02:55:15 +0000 (UTC) Received: (qmail 41561 invoked by uid 500); 18 Mar 2013 02:55:14 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 41529 invoked by uid 500); 18 Mar 2013 02:55:14 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 41519 invoked by uid 99); 18 Mar 2013 02:55:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 02:55:14 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [203.59.1.222] (HELO icp-osb-irony-out6.external.iinet.net.au) (203.59.1.222) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 02:55:09 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAACBRlFldx5E/2dsb2JhbAANKwrFH4FtgxgBAQEDAYEJBQYNOVcqh30SrxKSOBMEjVsUczoWgklhA5x+jgA X-IronPort-AV: E=Sophos;i="4.84,861,1355068800"; d="scan'208";a="96713495" Received: from unknown (HELO [192.168.43.27]) ([101.119.30.68]) by icp-osb-irony-out6.iinet.net.au with ESMTP; 18 Mar 2013 10:54:46 +0800 Subject: Re: Git and revision numbers Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-1 From: Justin Mclean X-Priority: 3 In-Reply-To: Date: Mon, 18 Mar 2013 13:54:43 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <1A7A4DAC-9F43-4142-934A-FE6D99314F69@classsoftware.com> References: <51945DCA-88BD-4375-BA5A-D22A1C09192A@classsoftware.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org Hi, >> Also how do we identify which GIT check in fixed a JIRA bug? Used to = be that we just add the SVN revision checkin but now a push can result = in several checkins. >=20 > I would say indicating the JIRA Ticket id in the commit message In every commit message? You may make a dozen or more local commits = before pushing - is there any way of adding a message when pushing? Can = we enforce this in any way? What about the reverse how do we indicate what commits were made in the = JIRA ticket? We can link to the diff web view but you have to do that for every local = commit you made. eg = https://git-wip-us.apache.org/repos/asf?p=3Dflex-sdk.git;a=3Dcommitdiff;h=3D= fc57407c78d25a64afce4c12ac759139720f4347 Thanks, Justin