From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Riesen" Subject: Re: [PATCH] Teach git-checkout-index to read filenames from stdin. Date: Thu, 2 Mar 2006 14:12:06 +0100 Message-ID: <81b0412b0603020512i429481f7i4a0dbe4599dbb5a6@mail.gmail.com> References: <20060301024333.GB21186@spearce.org> <20060301155053.GC1010@trixie.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Mar 02 14:12:23 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 1FEnbJ-0002hw-1o for gcvg-git@gmane.org; Thu, 02 Mar 2006 14:12:13 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751000AbWCBNMJ (ORCPT ); Thu, 2 Mar 2006 08:12:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751397AbWCBNMJ (ORCPT ); Thu, 2 Mar 2006 08:12:09 -0500 Received: from nproxy.gmail.com ([64.233.182.198]:55330 "EHLO nproxy.gmail.com") by vger.kernel.org with ESMTP id S1751000AbWCBNMI convert rfc822-to-8bit (ORCPT ); Thu, 2 Mar 2006 08:12:08 -0500 Received: by nproxy.gmail.com with SMTP id b2so274117nfe for ; Thu, 02 Mar 2006 05:12:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sbJ7UUica7/w9qQQDC5YhoSzSAqjIUzNBmZ3eQhCd5HEhd/kdbkhpkytK8l6oejFqzaKUh6RZsVgMhU/yAVKqtYlVMhtWo4BEIh2oe4PPXp/T5WAUvMCIaQKObMDE4gPVFqBegRkyi4etRhpa2hWV7X/1y9RiFNlcEjj44fsTOU= Received: by 10.48.225.15 with SMTP id x15mr627697nfg; Thu, 02 Mar 2006 05:12:06 -0800 (PST) Received: by 10.49.88.16 with HTTP; Thu, 2 Mar 2006 05:12:06 -0800 (PST) To: "Christopher Faylor" In-Reply-To: <20060301155053.GC1010@trixie.casa.cgf.cx> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 3/1/06, Christopher Faylor wrote: > > For native Windows programs, the command line length is ~32K but I don't > think that git uses any native Windows programs, does it? > Yes, ActiveState Perl is as native as it gets.