From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] git-svn: Make it scream by minimizing temp files Date: Sun, 10 Aug 2008 01:26:42 -0700 Message-ID: <7vr68x2s3h.fsf@gitster.siamese.dyndns.org> References: <1218235313-19480-1-git-send-email-marcus@griep.us> <20080809062521.GA10480@untitled> <489DBB8A.2060207@griep.us> <20080810014625.GA31438@hand.yhbt.net> <7v8wv54jar.fsf@gitster.siamese.dyndns.org> <20080810074742.GB31438@hand.yhbt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcus Griep , Git Mailing List To: Eric Wong X-From: git-owner@vger.kernel.org Sun Aug 10 10:29:07 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KS6IT-0006kE-3c for gcvg-git-2@gmane.org; Sun, 10 Aug 2008 10:29:05 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751091AbYHJI0v (ORCPT ); Sun, 10 Aug 2008 04:26:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751458AbYHJI0v (ORCPT ); Sun, 10 Aug 2008 04:26:51 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:60949 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbYHJI0u (ORCPT ); Sun, 10 Aug 2008 04:26:50 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 8B23453FB6; Sun, 10 Aug 2008 04:26:49 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id C6D4A53FB5; Sun, 10 Aug 2008 04:26:44 -0400 (EDT) In-Reply-To: <20080810074742.GB31438@hand.yhbt.net> (Eric Wong's message of "Sun, 10 Aug 2008 00:47:42 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 13F05244-66B6-11DD-8E6E-3113EBD4C077-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Eric Wong writes: > Junio C Hamano wrote: > ... >> I'd be a bit surprised if there isn't any existing CPAN module for things >> like this, though... > > Wow, I am surprised. I couldn't find anything in a few minutes of > searching... That's Ok. Even CPAN has something, if it is not widely used and/or if it comes with a lot of unnecessary baggage, we would be better off having the single function in Git.pm.