79186083

Date: 2024-11-13 17:52:58
Score: 2
Natty:
Report link

I was so sure the problem was with EOL that I didn't even look at what git diff was saying:

old mode 100755
new mode 100644

which is actually a change in the file permissions.

After running:

git config core.fileMode false

I no longer see the differences. Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Arkoz Tomatee