X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=ZiW6+/PV+mkWBrhxgbxcvC/9+kuABgfddw47xCUZcun
	aeeMimRA89TTjNusOiUBTTukjLNtZ2kh0vUGUmjwQS48Otd5uzA8phEEs9E4SyJw
	gDWoTCwOf448VrlzmG8MyDBmW0BxsDBE8gRQV4W6/7QAvNbVuCKUfEu1eZaYKmuo
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=hzvkCJSe8Zbb4p32XfgrmpPoMzA=; b=BQ5Dk6lMXbHl5Bip1
	kzVp0eV3Hq4PXg4evCWUNSxh2RCj1aqi8Z2sxIRH2+zuIGhKh0yJJISjGClV6ZYF
	EEvri9Vcyq7Q/JBOhHjyJWvWAo31WJmcpGTsV0/W+R/qKMyf/CUF4Fspwt+b1cFG
	MEeg9fA01GslnzBWa3uMsv7wYM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: out4-smtp.messagingengine.com
Message-ID: <52E9090B.5000409@cwilson.fastmail.fm>
Date: Wed, 29 Jan 2014 08:58:35 -0500
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: Andrey Repin <cygwin@cygwin.com>, cygwin@cygwin.com
Subject: Re: Maintainer for git?
References: <CAEotdwnhZUAmSceCxyq5G5ZYosi458X6KQLjEt2c60mA-Vjqhw@mail.gmail.com> <CAAXzdLV_xoMM59H_6fnTgRSAVhs4FLRaMyEL9e1WBzUp4SWR8g@mail.gmail.com> <CA+kUOakGhMYEP5kjmLk1HeWTi9QNTp1Fnk5YF3JuqR_fUc6hPg@mail.gmail.com> <20140115105534.GB31912@tastycake.net> <CAAXzdLX0YQTBVOkjUq3f-Jr03Cx5PzsY3_gRYO9rpp_GXOQKYw@mail.gmail.com> <CALgEz7qhf85-kdBCqFWWjni8rw8iTvabtdnBu=z4-tVmy_+jTg@mail.gmail.com> <CAAXzdLXQ-MfUQj6Zh4FSCgGgwwZ82OpkPTWznp5vVFXXeeKvHw@mail.gmail.com> <CALgEz7o7Sm2+NF=Fc3Wpp+Fy=+LQiz0aAc-+Pp+s=-Pjw--AuQ@mail.gmail.com> <CAM7Q9ZvnA4ukDXdbQExX7mje=6yx=0STzQTKAbWhG3jApGHmJw@mail.gmail.com> <CALgEz7rczmEuL85THhosQcoDUKUjn7iiGhgJ1-Ty9aUjKOOB-g@mail.g mail.com> <52E143D7.4070604@gmail.com> <CALgEz7oaNjeiLcV2L1c-2KtxFEWVubNfL5jxjRfBdXJ8xq5MYw@mail.gmail.com> <968915851.20140123214657@mtu-net.ru> <CALgEz7o4Oar4X7w1YVN6-Mib13ya_5C97AoTheHEbDGDBCbBWA@mail.gmail.com> <52E7E22A.4090106@cwilson.fastmail.fm> <76432732.20140129010233@mtu-net.ru>
In-Reply-To: <76432732.20140129010233@mtu-net.ru>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 1/28/2014 4:02 PM, Andrey Repin wrote:
>> I've found that I need to do the following:
>
>> PATH=/usr/bin git ....
>
>> or I get odd failures.  So I've actually set that up as an alias:
>
>> alias git='PATH=/usr/bin git'
>
> This sounds like you have issues with the default $PATH order.

Nope, /usr/bin is in the front of my regular $PATH. Check the archives 
-- it has something to do with the size of the environment block being 
too big when spawning the new process. IIRC.  So making the $PATH short 
makes the env block smaller...

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

