Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 29, 2018 4:06 UTC (Thu) by smurf (subscriber, #17840)In reply to: Filesystems and case-insensitivity by bfields
Parent article: Filesystems and case-insensitivity
Git has a "packed-refs" file these days, so the problem *should* be solved, but I haven't checked.
Posted Nov 29, 2018 15:31 UTC (Thu)
by bfields (subscriber, #19510)
[Link]
File and directory names are a problem too, of course. If a directory you're storing in git includes both foo and FOO, then you'll have a problem when you try to check it out on a case-insensitive filesystem.
I don't think that's really fixable; some people actually do have such content which they need to track in git, others can't deal with it, it's up to the user to decide what they care about.
But git works on case-insensitive filesystems if the stuff you put into it does.
Filesystems and case-insensitivity