79383061

Date: 2025-01-24 02:03:25
Score: 0.5
Natty:
Report link

You can run this command to have the expected behaviour:

git -c core.whitespace=cr-at-eol show

git -c allows you to override configuration parameters for the current command (it's not saved in the config).

If you want to read more about git -c: https://git-scm.com/docs/git#Documentation/git.txt--cltnamegtltvaluegt

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mpivet-p