microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
782 stars 92 forks source link

fixup! sha1-file: create shared-cache directory if it doesn't exist #660

Closed derrickstolee closed 4 months ago

derrickstolee commented 4 months ago

Resolves #645.

When on Windows, these paths may differ only by case in the config but also correspond to the same paths on disk. Use fspathcmp() instead.