From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Handling large files with GIT Date: Tue, 14 Feb 2006 14:30:03 -0800 Message-ID: <7vy80dpo9g.fsf@assigned-by-dhcp.cox.net> References: <46a038f90602080114r2205d72cmc2b5c93f6fffe03d@mail.gmail.com> <87slqty2c8.fsf@mid.deneb.enyo.de> <46a038f90602081435x49e53a1cgdc56040a19768adb@mail.gmail.com> <43F113A5.2080506@f2s.com> <43F249F7.5060008@vilain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds X-From: git-owner@vger.kernel.org Tue Feb 14 23:31:35 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F98hS-0001ja-4J for gcvg-git@gmane.org; Tue, 14 Feb 2006 23:31:10 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422840AbWBNWbH (ORCPT ); Tue, 14 Feb 2006 17:31:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422841AbWBNWbH (ORCPT ); Tue, 14 Feb 2006 17:31:07 -0500 Received: from fed1rmmtao11.cox.net ([68.230.241.28]:21402 "EHLO fed1rmmtao11.cox.net") by vger.kernel.org with ESMTP id S1422840AbWBNWbF (ORCPT ); Tue, 14 Feb 2006 17:31:05 -0500 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao11.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060214222834.LZJZ6244.fed1rmmtao11.cox.net@assigned-by-dhcp.cox.net>; Tue, 14 Feb 2006 17:28:34 -0500 To: git@vger.kernel.org In-Reply-To: (Linus Torvalds's message of "Tue, 14 Feb 2006 14:01:33 -0800 (PST)") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Linus Torvalds writes: > If somebody is interested in making the "lots of filename changes" case go > fast, I'd be more than happy to walk them through what they'd need to > change. I'm just not horribly motivated to do it myself. Hint, hint. In case anybody is wondering, I share the same feeling. I cannot say I'd be "more than happy to" clean up potential breakages during the development of such changes, but if the change eventually would help certain use cases, I can be persuaded to help debugging such a mess ;-).