• qaz
    link
    English
    8
    edit-2
    21 hours ago

    Of course you can, make it lowercase internally and store the case formatted string for output.

    • aard
      link
      fedilink
      820 hours ago

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

      • qaz
        link
        English
        -2
        edit-2
        19 hours 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.