From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27259 invoked by alias); 25 Oct 2013 13:55:14 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27231 invoked by uid 89); 25 Oct 2013 13:55:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f171.google.com Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 13:55:12 +0000 Received: by mail-ob0-f171.google.com with SMTP id wn1so938408obc.2 for ; Fri, 25 Oct 2013 06:55:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/WL5c+gBVE3ssB7uewTNblfHqyzRzrqIa3ZekMboSpI=; b=I2IFsvMqtg97Yx+JKVhef7y2hyC05O3Cs7fu4KLWV6tEURr6teht3uwo1Wopr7y5QP 9W2rrm2MgHQUD/eO6SBEYYallKPySOox1Jc8nVWYYR8qDc6RM4oQhkDm3xnOP+Jas11l NMwlbR8ODO2HZ+KIEEW72ac4bypNX9srVpMTFSfHHWUuPM9XDH5It+Na5yKgI95jWTsK dkknnj2bUE9b4HEt6O3Xep5kYiKNN/d/iXFXOpUXyJzzvGR9lv+Xvb7YPG7lishXtVEQ Tklj1gk/hRXq/17TOQAzP18uqgYZ+zl7QsaAE9250rn05b/cjzmQqW3frSNzoZ0EWgRH RBtw== X-Gm-Message-State: ALoCoQmGAnb/dm9Jcj6Dj55E4s/sfHKgwHYrXETeBg4oNe6Y2CAOS374vZJRLCnTKRH+TOBbrqXk9lNc46V4pWbrZnEP1U/eJmBnFxteaXLSdtMNWD3wU2bm+QwC3++OFALvugqs0xrtnvuHkZNfmv+Lzeb7PsGrE/NhQugZ9+Ttsf2NXlIWF16YLeWliYOJa92NZAKyrSDj MIME-Version: 1.0 X-Received: by 10.182.246.39 with SMTP id xt7mr3239060obc.16.1382709310265; Fri, 25 Oct 2013 06:55:10 -0700 (PDT) Received: by 10.182.192.36 with HTTP; Fri, 25 Oct 2013 06:55:10 -0700 (PDT) In-Reply-To: <1382709091.5918.9.camel@otta> References: <877gd5iyaz.fsf@fleche.redhat.com> <1382709091.5918.9.camel@otta> Date: Fri, 25 Oct 2013 13:55:00 -0000 Message-ID: Subject: Re: git is live From: Ian Lance Taylor To: Peter Bergner Cc: Tom Tromey , GDB Development , Binutils Development , Tulio Magno Quites Machado Filho Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-10/txt/msg00148.txt.bz2 On Fri, Oct 25, 2013 at 6:51 AM, Peter Bergner wrote: > On Tue, 2013-10-22 at 01:01 -0600, Tom Tromey wrote: >> The URLs: >> >> git://sourceware.org/git/binutils-gdb.git >> ssh://sourceware.org/git/binutils-gdb.git > > Ok, it's probably getting old, but I'll add my thanks > for switching us over. Now to my question... > > >From a policy standpoint, are we going to allow vendor branches > in the git repo like glibc does? I'm hoping the answer is yes. :) > We didn't allow it before due to it seems CVS issues, but with git, > it should now be easy. GCC has always allowed vendor branches. I don't see any reason that binutils/gdb should prohibit them. Obviously all the code has to be under the GPL or some other explicitly permitted license. Ian