you are viewing a single comment's thread
view the rest of the comments
[–] 24 points 2 years ago (2 children)

Git likes to have a word with you.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 12 points 2 years ago (1 child)

    Huh, what makes this a use case in favor of case sensitive file names? How does git use this feature?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 26 points 2 years ago (1 child)

    Create multiple branches that only differ in cases from a Unix OS so it breaks git for Windows users in the same project.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 2 years ago

    We had a repo with some really weird (filename) case issues on Mac also. I could only fix it on my home Linux machine, by deleting all the affected files, committing that, then restoring them with all lowercase names. Only time I've dealt with that in 20 years but it can happen!

  • source
  • parent