From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21720 invoked by alias); 25 Oct 2013 16:40:44 -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 21698 invoked by uid 89); 25 Oct 2013 16:40:44 -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: e23smtp07.au.ibm.com Received: from e23smtp07.au.ibm.com (HELO e23smtp07.au.ibm.com) (202.81.31.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 16:40:42 +0000 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 26 Oct 2013 02:40:38 +1000 Received: from d23dlp02.au.ibm.com (202.81.31.213) by e23smtp07.au.ibm.com (202.81.31.204) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Sat, 26 Oct 2013 02:40:36 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id E10C82BB0054; Sat, 26 Oct 2013 03:40:35 +1100 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9PGNA9Y58261600; Sat, 26 Oct 2013 03:23:10 +1100 Received: from d23av04.au.ibm.com (localhost [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9PGeYLD030064; Sat, 26 Oct 2013 03:40:35 +1100 Received: from [192.168.1.113] (vorma.rchland.ibm.com [9.10.86.174]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r9PGeWDm030031; Sat, 26 Oct 2013 03:40:33 +1100 Subject: Re: git is live From: Peter Bergner To: Fred Cooke Cc: Tom Tromey , GDB Development , Binutils Development , Tulio Magno Quites Machado Filho In-Reply-To: References: <877gd5iyaz.fsf@fleche.redhat.com> <1382709091.5918.9.camel@otta> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Oct 2013 16:40:00 -0000 Message-ID: <1382719231.5918.24.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13102516-0260-0000-0000-000003DA8DAD X-SW-Source: 2013-10/txt/msg00153.txt.bz2 On Fri, 2013-10-25 at 16:09 +0200, Fred Cooke wrote: > What drives the desire for that, though? With git you can publish your > own branches as you see fit, and link them to who ever is relevant. I agree that from a technical standpoint, hosting a branch elsewhere is possible with git. In my case, company policy doesn't allow it without jumping through some painful hoops. However, I am free to create branches in the upstream repo... as long as the project allows it. Peter