From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: Re: Something is broken in repack Date: Fri, 14 Dec 2007 01:01:52 -0800 Message-ID: <1197622912.898.53.camel@brick> References: <47616044.7070504@viscovery.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org, git@vger.kernel.org To: Paolo Bonzini X-From: gcc-return-142980-gcc=m.gmane.org@gcc.gnu.org Fri Dec 14 10:02:25 2007 Return-path: Envelope-to: gcc@gmane.org Received: from sourceware.org ([209.132.176.174]) by lo.gmane.org with smtp (Exim 4.50) id 1J36R4-00064n-H1 for gcc@gmane.org; Fri, 14 Dec 2007 10:02:22 +0100 Received: (qmail 18041 invoked by alias); 14 Dec 2007 09:02:01 -0000 Received: (qmail 18031 invoked by uid 22791); 14 Dec 2007 09:02:00 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Dec 2007 09:01:49 +0000 Received: by rv-out-0910.google.com with SMTP id f5so808749rvb.56 for ; Fri, 14 Dec 2007 01:01:47 -0800 (PST) Received: by 10.141.70.18 with SMTP id x18mr1691899rvk.284.1197622907650; Fri, 14 Dec 2007 01:01:47 -0800 (PST) Received: from ?192.168.1.100? ( [216.19.190.48]) by mx.google.com with ESMTPS id c20sm54810rvf.2007.12.14.01.01.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 14 Dec 2007 01:01:47 -0800 (PST) In-Reply-To: X-Mailer: Evolution 2.12.1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Delivered-To: mailing list gcc@gcc.gnu.org Archived-At: On Fri, 2007-12-14 at 09:20 +0100, Paolo Bonzini wrote: > > I'm thinking about "git clone --keep" to mark initial packs precious. > > But 'git clone' is under rewrite to C. Let's wait until C rewrite is > > done. > > It should be the default, IMHO. > While it doesn't mark the packs as .keep, git will reuse all of the old deltas you got in the original clone, so you're not losing anything. Harvey