Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-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 7D808E173 for ; Tue, 4 Dec 2012 20:36:38 +0000 (UTC) Received: (qmail 46795 invoked by uid 500); 4 Dec 2012 20:36:38 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 46764 invoked by uid 500); 4 Dec 2012 20:36:38 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 46756 invoked by uid 99); 4 Dec 2012 20:36:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 20:36:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 20:36:30 +0000 Received: by mail-oa0-f47.google.com with SMTP id h1so4367639oag.6 for ; Tue, 04 Dec 2012 12:36:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=4BKJqAgfzXVHhv7lJ3coIOFOSQ3DWeiV6SIyB8gaY1w=; b=m2yIPvX1cuDclpMeHJGb83vLCWwGMi7YR+tztqu47fqqXOImgs6dnzZWz9OUZIBJcl 12qFGrHJXko+ALHzx/GVsOAbhD/trmyXpUjzdwQpnAfi6MS+XWisey1U/RpPTVDzBJQP +669W/xB4nKIrKnabI9K9vqr14KTxxayGK048vv1OgdxgQgKRU9XUZAynIVYVgcEw4zr yyuLC6TWeJyMdz94UMYGVX9zNf/FvKaw0omMp9dJkriqbC7aMITXnjHVXo6Avc1d0RzQ +KvMf+00KMKQdSY41f7BYo+0+7lGrSpKIXjXx+fKo20xKIU30aKD3cFwrDJJZrG/nxxV FuHA== Received: by 10.182.18.142 with SMTP id w14mr8999909obd.65.1354653368991; Tue, 04 Dec 2012 12:36:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.143.104 with HTTP; Tue, 4 Dec 2012 12:35:48 -0800 (PST) From: David Nalley Date: Tue, 4 Dec 2012 15:35:48 -0500 Message-ID: Subject: [DISCUSS] changing the format of commit message subject lines To: "cloudstack-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk2iiMS8YOsnkHIZlHGzW+bWEdu7G5MOucH5KoHfTcu3+mmi+jbMTJUVOiZwaQA0x40FgGM X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, I'd like to propose that we change the commit message subject line from: git commit: $short_commit_msg to: git commit: $branch - $short_commit_msg Any other opinions? --David