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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=KVtbscJrDiX5rCFvX89eGUEF0RZcDLl4f7iLKpJ2K1g0HXzZspO3V vxbTbsDPoUE9hrfwGni+Qn3LBswqZ0CGlCfqoophKmFOiHaFh1yUgcE0T/+foqB5 E5DMcee6rGVSFXJKYeclYWHntGclra4+WYdGmvMG9w7XPo5Nzo7G4c= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=VvnCfn76asD/ZDbWjKQL7dlCQTg=; b=Eitfh87tanc6pPQQBHCECIcjc07h bZ+NkKnTX3H/N/UBA8F40PbMWfRBrTiMugCBqBxhVCVGD2EpYRsPBw2zyuJ1MCxF 6wOeJoiQs/3OOImgXl95HlWvpMf0tXsbdq6G8uo0D/jOBb7t3y2///CTVMWZ2/Op 2OFVyAKHBr5cHc8= 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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18fFaKM4mMxqOKxyw9r2x2+ Date: Wed, 29 Jan 2014 10:31:32 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Maintainer for git? Message-ID: <20140129153132.GB5180@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <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> <52E9090B DOT 5000409 AT cwilson DOT fastmail DOT fm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52E9090B.5000409@cwilson.fastmail.fm> User-Agent: Mutt/1.5.20 (2009-06-14) On Wed, Jan 29, 2014 at 08:58:35AM -0500, Charles Wilson wrote: >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... Yes, environment size is a persistent, irritating problem. cgf -- 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