From: Johannes Sixt <j.sixt@viscovery.net>
To: "Peter J. Weisberg" <pj@irregularexpressions.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Demonstrate failure of 'core.ignorecase = true'
Date: Thu, 22 Mar 2012 07:49:11 +0100 [thread overview]
Message-ID: <4F6ACB67.1080503@viscovery.net> (raw)
In-Reply-To: <1332370222-5123-1-git-send-email-pj@irregularexpressions.net>
Am 3/21/2012 23:50, schrieb Peter J. Weisberg:
> +test_expect_failure "diff-files doesn't show case change when ignorecase=true" '
> + git config core.ignorecase true &&
> +
> + touch foo &&
> + git add foo &&
> + git commit -m "foo" &&
> + mv foo FOO &&
> +
> + test -z "$(git diff-files)"
> +'
I tried this in my git.git clone on Windows (NTFS), and it did not produce
the expected failure:
D:\Src\mingw-git>git config core.ignorecase
true
D:\Src\mingw-git>mv git.c GIT.C
D:\Src\mingw-git>git diff-files
D:\Src\mingw-git>echo %ERRORLEVEL%
0
D:\Src\mingw-git>ls -l [Gg][Ii][Tt].[Cc]
-rw-r--r-- 1 jsixt Administ 17166 Mar 22 06:44 GIT.C
What am I missing?
-- Hannes
next prev parent reply other threads:[~2012-03-22 6:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-21 22:50 [PATCH] Demonstrate failure of 'core.ignorecase = true' Peter J. Weisberg
2012-03-21 23:58 ` Junio C Hamano
2012-03-22 20:40 ` PJ Weisberg
2012-03-22 21:08 ` Junio C Hamano
2012-03-23 10:20 ` Thomas Rast
2012-03-23 17:47 ` Junio C Hamano
2012-03-23 18:48 ` Jeff King
2012-03-23 18:57 ` Jeff King
2012-03-22 6:49 ` Johannes Sixt [this message]
2012-03-22 11:25 ` Zbigniew Jędrzejewski-Szmek
2012-03-22 14:12 ` Jeff King
2012-03-22 16:57 ` Junio C Hamano
2012-03-22 17:37 ` Jeff King
2012-03-22 18:44 ` Junio C Hamano
2012-03-22 19:07 ` Jeff King
2012-03-22 20:33 ` Junio C Hamano
2012-03-22 20:00 ` Zbigniew Jędrzejewski-Szmek
2012-03-22 20:37 ` Junio C Hamano
2012-03-22 20:53 ` Zbigniew Jędrzejewski-Szmek
2012-03-22 20:55 ` PJ Weisberg
2012-03-22 21:09 ` Junio C Hamano
2012-03-22 23:00 ` Jeff King
2012-03-22 23:24 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F6ACB67.1080503@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=git@vger.kernel.org \
--cc=pj@irregularexpressions.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).