X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59E783858410
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1710753674;
	bh=RNuoKsRsks/tvFwvarPPbt+GWbn/jkb64nMWuh7Xcuo=;
	h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=GejLHYkXAiLLG1Nemuhm7fvv3WrwvOLvAzxarDqEprOUHw/b3OFhB3CGl51KpDqHo
	 aZEpFJPrvs3iQcAktrtMC+t+uL+Ls0H7W/Sq/G7QpfgA9c5FT2aVpKSoKa6VW39Yb6
	 4YAaV0nYhH9RqAEI0ypl2u+VXggd8ePfu7c/3cMU=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1BBDA3858D3C
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1BBDA3858D3C
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710753607; cv=none;
 b=uuWP/kCF9Psg/4FGsq9MXVBniDbKh3yEWH00ZKOG1bO+B4WxWPGXSkmKRO+y9U6xaGZOxqVYD9mUV/n1FlkuIs3XNa0tgo47u0trHkYkSxTQrmrESGZ/qiyQSrHpDZmREnWxIKVeAZfChRY9uApTGDhOb4RMP/qHepditthzj0Y=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1710753607; c=relaxed/simple;
 bh=g4ktrySMAjFjhP0AsCMCXAjJ+TyBEROxvcxIu8gvWyk=;
 h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
 b=JFnheQ+0sdohZYwRCt7FTt2dyqja+g+hljtnDbK9fL0v6HY4z1v6pYT+7z8UjOx2qEJKIena1mVe4hPAQDvb4uXnvKPEtJeaclRTZzxeHVKfo28pmAoZ7gf5zywySEZZRclsSRmIcQq2VAFaBwD8rpy0TXQPAnlRoZAIBHl81nI=
ARC-Authentication-Results: i=1; server2.sourceware.org
X-Yandex-Fwd: 1
Date: Mon, 18 Mar 2024 12:11:35 +0300
X-Mailer: The Bat! (v9.3.4) Professional
Message-ID: <1758758141.20240318121135@yandex.ru>
To: Michael Goldshteyn <mgold10000@gmail.com>, cygwin@cygwin.com
Subject: Re: Additional odd behavior after my upgrade to the latest CYGWIN64
 version
In-Reply-To: <CAEFTnVM7jVQ6_ikUggQQqVq2fwB5bm2EfEdnRB3UT8Gj_xeAOw@mail.gmail.com>
References: <CAEFTnVM7jVQ6_ikUggQQqVq2fwB5bm2EfEdnRB3UT8Gj_xeAOw@mail.gmail.com>
MIME-Version: 1.0
X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT,
 NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE,
 XM_LIGHT_HEAVY autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Andrey Repin via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Andrey Repin <anrdaemon@yandex.ru>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Greetings, Michael Goldshteyn!

> Cygwin handles (filename) case insensitivity in a very weird way at the
> Windows command prompt:
> ------------------------------
> c:\Users\Michael>set CYGWIN=

> c:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A
> a A a A a A

> REM OK, so far so good, but, now:
> c:\Users\Michael>set CYGWIN=glob:ignorecase

> C:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A
> a a a a a A

Oh, so THAT's what causing my git diff to disappear!

>> [C:\]$ set cyg
>> CYGWIN=wincmdln winsymlinks:native glob:ignorecase
>> CYGWIN_DIR=C:\Programs\Cygwin
>> CYGWIN_MIRROR=https://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin
>>
>> [C:\]$ mintty -- git diff --minimal "--diff-filter=MAD" --find-renames=70 --irreversible-delete HEAD --

>> # The actual executed command is:
>> git diff --minimal --diff-filter=mad --find-renames=70 --irreversible-delete HEAD --

I don't think that's how it is supposed to work.


-- 
With best regards,
Andrey Repin
Monday, March 18, 2024 12:06:56

Sorry for my terrible english...


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
