607
you are viewing a single comment's thread
view the rest of the comments
[-] SpaceCadet@feddit.nl 38 points 1 week ago

To screw with Windows users, you should sometimes put a README.md as well as a README.MD in your git repos. It leads to interesting results.

[-] lseif@sopuli.xyz 3 points 1 week ago

surely Git warns about stuff like this when you clone it, right ?

[-] SpaceCadet@feddit.nl 3 points 1 week ago

It tells you there's a name clash, and then it clones it anyway and you end up with the contents of README.MD in README.md as an unstaged change.

[-] lseif@sopuli.xyz 2 points 1 week ago

sounds like actually a good solution ... tho doesnt sound like it would work for more than 2 similarly-named files

[-] SpaceCadet@feddit.nl 2 points 1 week ago

I don't think it's intended as a "solution", it just lets the clobbering that is caused by the case insensitiveness happen.

So git just goes:

  • checkout content of README.md to README.md (OS creates README.md)
  • checkout content of README.MD to README.MD (OS overwrites README.md)

If you add a third or fourth file ... it would just continue, and file gets checked out first gets the filename and whichever file gets checked out last, gets the content.

[-] lseif@sopuli.xyz 1 points 1 week ago

thats better than Git just choosing a file to keep.

this post was submitted on 06 Sep 2024
607 points (90.3% liked)

linuxmemes

20742 readers
269 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS