From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8121 invoked by alias); 7 Apr 2014 15:39: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 8058 invoked by uid 89); 7 Apr 2014 15:39:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: glazunov.sibelius.xs4all.nl Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 07 Apr 2014 15:39:46 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id s37FdUS5004948; Mon, 7 Apr 2014 17:39:30 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id s37FdTVI031363; Mon, 7 Apr 2014 17:39:29 +0200 (CEST) Date: Mon, 07 Apr 2014 15:39:00 -0000 Message-Id: <201404071539.s37FdTVI031363@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: schwab@suse.de CC: matz@suse.de, brobecker@adacore.com, aaro.koskinen@iki.fi, sergiodj@redhat.com, emachado@linux.vnet.ibm.com, gdb@sourceware.org, binutils@sourceware.org, bergner@vnet.ibm.com, tuliom@linux.vnet.ibm.com In-reply-to: (message from Andreas Schwab on Mon, 07 Apr 2014 17:06:08 +0200) Subject: Re: Vendor branches on sourceware.org's binutils-gdb repo References: <53406399.9050303@linux.vnet.ibm.com> <20140406191404.GC7558@drone.musicnaut.iki.fi> <20140407035120.GA4186@adacore.com> <201404071452.s37EqLB9024528@glazunov.sibelius.xs4all.nl> X-SW-Source: 2014-04/txt/msg00015.txt.bz2 > From: Andreas Schwab > Date: Mon, 07 Apr 2014 17:06:08 +0200 > > Mark Kettenis writes: > > > So how do I tell git to only clone master and not give me everybody > > else's shit? Last time I tried to do that, it simply didn't work. > > git-clone(1): > > --[no-]single-branch > Clone only the history leading to the tip of a single branch, > either specified by the --branch option or the primary branch > remote’s HEAD points at. But I can't push from a repository cloned like that can I?