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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=QbJrWZQPXMKHT+ul
	oxiTL/Q0CQjVjAbkYB+jzX4crJVamu3ZITjZ8E9V3sfqm3TS4CVYlKAX7pzg6xcc
	rQQMmXVzk3HuLsLExON56h1jQSf6DuRXKM4nImiccGqXWE+3uSwpmvI7KfEjsL8D
	ukD5d+xZuQHfRJeXZmII6ZW6mG4=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=geURxde+CETFNf7tT7gRhR
	tTBH8=; b=C/9igHERv0qYz9JDz7ZxFxM9ZHQ6s5PhdgXVk3aGaLBp0zsBy4DThb
	raJNHZm67Wg25gWCq1U+vGXICYiJi0AOpNft7bNGh8sJy4o8vZmBorGyJY5Lstt7
	uSh0jw346kfFUfBGvHu080nqlu2Bl8r1TvLGeZPkIsonEo4wxMjlk=
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=-1.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail.lysator.liu.se
Subject: Re: [cygwin] Re: git fails to push
To: cygwin@cygwin.com, adam@dinwoodie.org
References: <5502264B.3050803@lysator.liu.se> <C31449BA-B14C-4047-981B-6980AB755309@etr-usa.com> <5508284B.1040304@lysator.liu.se> <E043FEB21B394020B5EA3AFC2ED69308@black> <55083FC1.4010503@lysator.liu.se> <20150317171011.GG20741@dinwoodie.org>
From: Peter Rosin <peda@lysator.liu.se>
Message-ID: <55C3C797.3010109@lysator.liu.se>
Date: Thu, 6 Aug 2015 22:46:15 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
MIME-Version: 1.0
In-Reply-To: <20150317171011.GG20741@dinwoodie.org>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit

On 2015-03-17 18:10, Adam Dinwoodie wrote:
> On Tue, Mar 17, 2015 at 03:52:49PM +0100, Peter Rosin wrote:
>> Interesting. But the patch may not be needed. The easy thing to
>> do seems to be to either use core.createobject = rename
>> or to convince some git :-) that Cygwin also needs
>> 	OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedTo
>> in its section in config.mak.uname.
> 
> With my Git maintainer hat on, I'm not going to include that change in
> the Cygwin distributed version of Git unless and until I hear reports of
> `git config core.createObject rename` helping more people.
> 
> This is clearly not a common problem (it's the first I've heard of this
> sort of problem, and I've been using Git on Cygwin on NTFS for years
> without hitting these issues), so I'm very reluctant to inflict the
> disadvantages of using the "rename" object creation on everyone unless
> it's going to fix problems for enough people to make those disadvantages
> worthwhile.
> 
> (As it is, we haven't had verification that this change does anything
> anyway, but if it doesn't, the entire point is irrelevant...)

Sorry to reply this late to this old thing...

...but anyway, here are some further evidence of problems caused
by not always going with rename.

http://stackoverflow.com/questions/6866913/git-commit-on-windows-cygwin-is-broken

It seems like some people are migrating to msysgit over this issue.

Cheers,
Peter


--
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

