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:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=wbCz
	JDgLU/8Au8TDgXQFDYV//VNcnBkX3G6IL5qwLPDJe+ay6yoGlouKJH3nKtz/pLw7
	jesVEg0/dWY8C9D4IhxjOMHKx5KwGFydAHh9T1zK0Hi9lM/uhN3LmxH4soCskSuF
	uaRNv1rYobPQwC+cprnkV/a+NLgEptzjZcbnpek=
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:references
	:mime-version:content-type:in-reply-to; s=default; bh=wAcL3ZK4oL
	nStQ+9l4shkGxV5jE=; b=av0iAH/6o/rGskvVweJ2r6bilDUw5uVtXeJha+w5tI
	/nYqr9TasQsNKhdnGj9rQU/L8SDiK3trQpXGMOHMRftpfYMTjkt9Kt8gC4byQAbw
	QIOrRnU2weegNabclzBc/SW7G1VwNo19iI87GPkRd/7lNGCwytw372dcu7b+hQ4x
	Y=
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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f176.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:date:from:to:subject:message-id:references         :mime-version:content-type:content-disposition:in-reply-to         :user-agent;        bh=+Bpls+HqB9yVJMZuvSERF8dFOoT+DJFWRmA9XevoS6s=;        b=AmtrPzmI6A2S6kNxrcMDpybbo1LZDQyvyqEZ4qlBMMQxYJFXol+a+T+Pc6EAXwOxNL         Zr1zUvGw4yZ61jeGpAAJfTr6ii0Uy+RPmqa4Bn4eKftQmALS4wTqfT+rlymRZK9GzoY/         bqww433RjU2GWhOy3M1tKecXfsdIK438x+VmwNc/zFDo1oeZUJIZO2wfF8CnfVL14ipV         xm7765TTvBiCL+9Hq0YGxO+nkxgfa63tUSE9san7Kxk2hwrd2IqWJnrRkhjocGmXw5gE         a73Xr3X7ulo3I4dk34/BQV2C85J5QUYTHNByl4E/rxcIBKacrowJ/DuDSArtEtTJKZ5B         0mEw==
X-Gm-Message-State: ALoCoQmbKQ48RhRO8tLZ0ttWcdCHDersbvmAJwE58UW70b/o6dlccdD1YpuwFc0lIT79S6/ScRNR
X-Received: by 10.180.149.206 with SMTP id uc14mr175597038wib.57.1426612214989;        Tue, 17 Mar 2015 10:10:14 -0700 (PDT)
Date: Tue, 17 Mar 2015 17:10:11 +0000
From: Adam Dinwoodie <adam@dinwoodie.org>
To: cygwin@cygwin.com
Subject: Re: [cygwin] Re: git fails to push
Message-ID: <20150317171011.GG20741@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>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <55083FC1.4010503@lysator.liu.se>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes

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

Adam

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

