X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 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 AT cygwin DOT com Subject: Re: Maintainer for git? References: <20140115105534 DOT GB31912 AT tastycake DOT net> <52E143D7 DOT 4070604 AT gmail DOT com> <968915851 DOT 20140123214657 AT mtu-net DOT ru> <52E7E22A DOT 4090106 AT cwilson DOT fastmail DOT fm> <76432732 DOT 20140129010233 AT mtu-net DOT 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