Return-Path: X-Original-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-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 8A02D9077 for ; Wed, 4 Jan 2012 00:06:00 +0000 (UTC) Received: (qmail 97450 invoked by uid 500); 4 Jan 2012 00:06:00 -0000 Delivered-To: apmail-incubator-deltaspike-dev-archive@incubator.apache.org Received: (qmail 97423 invoked by uid 500); 4 Jan 2012 00:06:00 -0000 Mailing-List: contact deltaspike-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-dev@incubator.apache.org Received: (qmail 97415 invoked by uid 99); 4 Jan 2012 00:06:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 00:06:00 +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 lightguard.jp@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 00:05:55 +0000 Received: by werm13 with SMTP id m13so8972955wer.6 for ; Tue, 03 Jan 2012 16:05:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UZyByHBhwuI6ToG0fPiSrH/2p8f7k7IR0XuTh1ebhQg=; b=n/MdPyGOl/SDDJcB0XO2IhUSi1xitSnQW7gBpTgO3ReH5J/NsxfwCB+oRaT/HlQVvf AdObo6ooz2vGrc+ghcrA7Ggx8PJ8eSfQ4ySO6Y6EOYvPu/ssUi+aQ4dL04T807BMA8QT cRIxMN5LF7xKIhs4x3nhnXsgquoMBi04L88Oc= Received: by 10.216.138.201 with SMTP id a51mr37696288wej.24.1325635534294; Tue, 03 Jan 2012 16:05:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.96.144 with HTTP; Tue, 3 Jan 2012 16:05:12 -0800 (PST) In-Reply-To: References: From: Jason Porter Date: Tue, 3 Jan 2012 17:05:12 -0700 Message-ID: Subject: Re: suggested git workflow/s To: deltaspike-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6dd98f21f8d8904b5a893c1 --0016e6dd98f21f8d8904b5a893c1 Content-Type: text/plain; charset=UTF-8 That's not exactly how it would work though, what we want to avoid is merge commits, so branches are fine, but they need to be fast forward merges when you commit your branch back to master. As long as your rebase your branch onto the latest from master before your merge you'll be fine. On Tue, Jan 3, 2012 at 16:58, Gerhard Petracek wrote: > the idea/s of this proposal: > the commit history should be as straight as possible. > that implies that any branch (besides the master) should be avoided until > we agreed on it (independent of the type) . > > regards, > gerhard > > > > 2012/1/4 John D. Ament > > > As long as it is not required that we have specific named branches and > > someone else has to push in code, I'm ok with the proposed git flow in > the > > wiki. > > > > On Tue, Jan 3, 2012 at 4:05 PM, Jason Porter > >wrote: > > > > > Shall we start those discussions now? Might as well. > > > > > > On Thu, Dec 29, 2011 at 11:00, Gerhard Petracek > > > wrote: > > > > > > > hi @ all, > > > > > > > > mark added some additional suggestions to the wiki [1]. > > > > > > > > besides that we have to discuss further topics like: > > > > - file encoding > > > > - line-endings > > > > - usage of special characters > > > > > > > > regards, > > > > gerhard > > > > > > > > [1] > > > > > > > > > > > > > > https://cwiki.apache.org/confluence/display/DeltaSpike/Suggested+Git+Workflows > > > > > > > > > > > > > > > > -- > > > Jason Porter > > > http://lightguard-jp.blogspot.com > > > http://twitter.com/lightguardjp > > > > > > Software Engineer > > > Open Source Advocate > > > Author of Seam Catch - Next Generation Java Exception Handling > > > > > > PGP key id: 926CCFF5 > > > PGP key available at: keyserver.net, pgp.mit.edu > > > > > > -- Jason Porter http://lightguard-jp.blogspot.com http://twitter.com/lightguardjp Software Engineer Open Source Advocate Author of Seam Catch - Next Generation Java Exception Handling PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu --0016e6dd98f21f8d8904b5a893c1--