From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7605 invoked by alias); 3 Jan 2014 16:26:59 -0000 Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org Received: (qmail 7594 invoked by uid 89); 3 Jan 2014 16:26:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f176.google.com Received: from mail-we0-f176.google.com (HELO mail-we0-f176.google.com) (74.125.82.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 03 Jan 2014 16:26:57 +0000 Received: by mail-we0-f176.google.com with SMTP id p61so13400896wes.7 for ; Fri, 03 Jan 2014 08:26:53 -0800 (PST) X-Received: by 10.194.236.199 with SMTP id uw7mr2721902wjc.63.1388766413513; Fri, 03 Jan 2014 08:26:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.16.9 with HTTP; Fri, 3 Jan 2014 08:26:33 -0800 (PST) In-Reply-To: <52C59020.4010302@colorado.edu> References: <52C59020.4010302@colorado.edu> From: Rhys Ulerich Date: Fri, 03 Jan 2014 16:26:00 -0000 Message-ID: Subject: Re: GSL git setup To: Patrick Alken Cc: "gsl-discuss@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-q1/txt/msg00001.txt.bz2 > We currently have two main branches... > > master - this will contain all new development features leading eventually > to version 2.0... > maint-1 - this is the 1.x maintenance branch which will not be actively > developed.. Sounds like a plan. Thank you Patrick. For new stuff, should we then plan to create topic/feature branches from master, have the right folks review it if necessary, and then merge into master? - Rhys