Re: Switching from CVS to GIT
From: Eli Zaretskii <hidden>
Date: 2016-06-15 22:43:42
Date: Tue, 16 Oct 2007 13:38:59 +0100 (CET) From: Peter Karlsson <redacted> cc: Eli Zaretskii <redacted>, Andreas Ericsson <redacted>, barkalow@iabervon.org, raa.lkml@gmail.com, tsuna@lrde.epita.fr, git@vger.kernel.org If you create a file name with only capital letters, I believe Explorer and the file browser will display the name with an initial capital, and the rest lowercase, or in all lowercase.
That's true, but the names are only displayed like that, what's on disk is not changed in any way.
IIRC, this is because such a file is saved with only an MS-DOS name and no LFN entry, and those have special rules to avoid them being displayed in all-uppercase.
I don't think this true anymore in modern versions of Windows, but I might be mistaken. In any case, the reason for the Explorer behavior is immaterial for us, what matters is that file names on disk preserve the lettercase of the program that created them, at least AFAIK.