From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22510 invoked by alias); 25 Oct 2013 13:51:47 -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 22487 invoked by uid 89); 25 Oct 2013 13:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: e28smtp01.in.ibm.com Received: from e28smtp01.in.ibm.com (HELO e28smtp01.in.ibm.com) (122.248.162.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 13:51:46 +0000 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 25 Oct 2013 19:21:41 +0530 Received: from d28dlp01.in.ibm.com (9.184.220.126) by e28smtp01.in.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 25 Oct 2013 19:21:38 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id A2BECE0056; Fri, 25 Oct 2013 19:23:11 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9PDsaFC41681056; Fri, 25 Oct 2013 19:24:36 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9PDpa9M007593; Fri, 25 Oct 2013 19:21:36 +0530 Received: from [192.168.1.113] (vorma.rchland.ibm.com [9.10.86.174]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r9PDpXYT007424; Fri, 25 Oct 2013 19:21:34 +0530 Subject: Re: git is live From: Peter Bergner To: Tom Tromey Cc: GDB Development , Binutils Development , Tulio Magno Quites Machado Filho In-Reply-To: <877gd5iyaz.fsf@fleche.redhat.com> References: <877gd5iyaz.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Oct 2013 13:51:00 -0000 Message-ID: <1382709091.5918.9.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13102513-4790-0000-0000-00000B06545E X-SW-Source: 2013-10/txt/msg00147.txt.bz2 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. Peter