From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8856 invoked by alias); 22 Aug 2013 20:48:49 -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 8838 invoked by uid 89); 22 Aug 2013 20:48:49 -0000 X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients Received: from mail-wg0-f42.google.com (HELO mail-wg0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 22 Aug 2013 20:48:48 +0000 Received: by mail-wg0-f42.google.com with SMTP id j13so1077445wgh.1 for ; Thu, 22 Aug 2013 13:48:45 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.8.9 with SMTP id n9mr12140875wja.11.1377204525660; Thu, 22 Aug 2013 13:48:45 -0700 (PDT) Received: by 10.216.248.201 with HTTP; Thu, 22 Aug 2013 13:48:45 -0700 (PDT) In-Reply-To: <20130822.132220.510246100747652121.davem@davemloft.net> References: <8738q4gj7a.fsf@fleche.redhat.com> <201308222010.r7MKAljG013904@glazunov.sibelius.xs4all.nl> <20130822.132220.510246100747652121.davem@davemloft.net> Date: Thu, 22 Aug 2013 20:48:00 -0000 Message-ID: Subject: Re: A Proposal to Move to Git From: Andrew Pinski To: David Miller Cc: mark.kettenis@xs4all.nl, Tom Tromey , GDB Development , binutils Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2013-08/txt/msg00105.txt.bz2 On Thu, Aug 22, 2013 at 1:22 PM, David Miller wrote: > From: Mark Kettenis > Date: Thu, 22 Aug 2013 22:10:47 +0200 (CEST) > >> So if the answer to the my question is that I need at least 1G >> of disk space, then there is a problem. > > It'll probably be on the order of 125MB, something like that. You can also try with "--depth 1" which should reduce the size of the .git directory. Thanks, Andrew Pinski