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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=xQTz HBOEJGh7oQ1+OLkxvHJEINze5MMe9ODRFQ/59culE69Eycj+JZ0H+/AgitRXG+ga uOBjjliZouOP4snf1dYLQbbMGdey6lJ8Koo5V0TCBREBGEWiL5MbLbneiCLBHvP4 sqMutBT3iPDORf++BGervXwa8gyJZ6/I6SnJvuw= 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:cc:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=t0o2F6wOC4 xb5T6v9rPIPEhCvQo=; b=E6g5f/rkIv3fXWsoSZO5E0jnybYd8cZnzoCTSQNJJ0 eSAjgtFZTv9qKjpaa45613NAQq8IcntMHfvad4HlG9+Fh3LbqUAKybNJxqfk+sTX Y2eXMSbPJ0trnF4VuC0NoemA2CdZeYtuWYKVOsg5iAw8tW3L7wvlfypW74pZDrVg A= 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-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=arnoldskeevecom, H*RU:sk:mail-ed, HX-HELO:sk:mail-ed, H*r:sk:mail-ed X-HELO: mail-ed1-f49.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to; bh=yH7fWwP3pEDVLzgL3FK4A0+ACIHkHlGwHFp/ocOnr9Y=; b=UvwTbthlb5q0EckdNFd/llhHyJSQX1RiXZuO9O7qMjvib8dtOchs2J6d4s47kYEsNY f/M8eEwEf2HKwa7qK+FoGvPYhtjF7zrYOMi0XbCpZv0Peazh704tXMHSDzvxOdbfCUzq FNh6ZgTG8XLo0Drxa8Ar6uMvWveMB9z5hSQ7mTYRURRnypt7A0Kacz96qm2qoLtP9fVm 5m/LD/XL88uaqwkc8ugfLMA50KLbtMZ2csLkHLSWvM5MjSLn05azZc106xoelpL9pnXa hzo6Ec5w/GfQXdLKjq3fl8UdggdWMXUOe/hq98nHbUMIZvZPDfG6eakGFUqv4DfaPeAN SxQg== Subject: Re: Strange git issue with a particular repo To: cygwin AT cygwin DOT com References: <201808050712 DOT w757Cx0a015412 AT freefriends DOT org> <4a856a8c-5a36-6758-5134-f102c03b0f4e AT mail DOT com> <201808050821 DOT w758LToi022033 AT freefriends DOT org> Cc: arnold AT skeeve DOT com From: James Darnley Message-ID: Date: Sun, 5 Aug 2018 11:31:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201808050821.w758LToi022033@freefriends.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GVTwse7qt7Rfw0LXACr2lSJPO25bbx0kS" X-IsSubscribed: yes --GVTwse7qt7Rfw0LXACr2lSJPO25bbx0kS Content-Type: multipart/mixed; boundary="TlkVTM5P1EJncXdxlIujDfn0AHVP0FtSW"; protected-headers="v1" From: James Darnley To: cygwin AT cygwin DOT com Cc: arnold AT skeeve DOT com Message-ID: Subject: Re: Strange git issue with a particular repo References: <201808050712 DOT w757Cx0a015412 AT freefriends DOT org> <4a856a8c-5a36-6758-5134-f102c03b0f4e AT mail DOT com> <201808050821 DOT w758LToi022033 AT freefriends DOT org> In-Reply-To: <201808050821 DOT w758LToi022033 AT freefriends DOT org> --TlkVTM5P1EJncXdxlIujDfn0AHVP0FtSW Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2018-08-05 10:21, arnold AT skeeve DOT com wrote: > Hi. >=20 > john doe wrote: >=20 >> Linux is case sensitive and Windows is case preserving. >> That is probably the issue here, did the case of the files has been=20 >> changed (rename 100%)? >> >> https://docs.microsoft.com/en-us/vsts/repos/git/case-sensitivity?view=3D= vsts >> >> In other words, on "Cygwin" git can not handle files defering only by=20 >> the case. >=20 > It's possible, but I don't think so. Is there a straightforward way to > tell? Although I've been using git for a while, I'm not a major league > guru. I don't think it is a rename in the history. I think it is because both regdir/T.sub and regdir/t.sub exist in the dame directory, for example. You can clone it successfully on Windows if you enable case sensitivity, which is probably not recommended but possible with a registry change. --TlkVTM5P1EJncXdxlIujDfn0AHVP0FtSW-- --GVTwse7qt7Rfw0LXACr2lSJPO25bbx0kS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJbZsQYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1NjEyRjRFOTUzQTZBREExMEU5QjI4NUFD QzI2REQxMDk5NDEyOTA4AAoJEMwm3RCZQSkIEnEH/imBe2dzxl4XIwtGCZFhr7xa eQ7qO255Zg8Cib/kLO7QF+IjNAshpedDSG6KR4YEOUAk4BSTQS8V+LRckInvvsH2 Yk/DuriUMFAGnCwxzkUHMo3lp32kNt7TpOQX6muMZoQf/aLFyOOLGfOW+LEEAc5n 2a1xH5FXbqLm6zJQQwKlolRBBVC/KcuZB+7W0C6wMmPXxwLvKCn2Bu9L3J1GRTgb mU7XsR1+LQ8S2xORYIJBTNDfYeDXQr33fS+mGOa2f2xsALYM2P7W7HGnIp9vdunY afSDKbzSsFpdnJ7gF+idFcmSFQRN8aZfSKeeaqzlFr5UW2+LFtr7G9vkfiPt4UM= =Tnm5 -----END PGP SIGNATURE----- --GVTwse7qt7Rfw0LXACr2lSJPO25bbx0kS--