this post was submitted on 24 Dec 2024
405 points (95.5% liked)

Programmer Humor

19821 readers
1144 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] aard@kyu.de 8 points 1 day ago (1 children)

That'd break git repos where files with the same name, but different case exist.

[โ€“] qaz@lemmy.world -2 points 1 day ago* (last edited 1 day ago)

I was talking about branch names, not file names. File duplicates due to case sensitivity aren't a problem on Windows anyway because those are already enforced by the file system. Unless you have people working on Linux that have multiple files with a similar name but with different casing but those should know better.