Re: [RFC] File system difference handling in git
From: David Kastrup <hidden>
Date: 2016-06-15 22:44:07
Linus Torvalds [off-list ref] writes:
On Tue, 22 Jan 2008, Reece Dunn wrote:quoted
1. File name representation For Linux file systems (correct me if I am wrong here), they all store the file name as-is. The question here is what happens on Windows-based file systems (e.g. NTFS) that are being read on Linux?Generally, Linux tries to follow the conventions of the filesystem, so it's generally case-preserving and case-sensitive (but not normalizing in any way - the case sensitivity is literally a upcase lookup table, so you do "upcase(c1) == upcase(c2)" for each UCS-2 character, no combining or decomposition).
s/sensitiv/insensitiv/g -- David Kastrup, Kriemhildstr. 15, 44793 Bochum