sanni / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
2.18k stars 221 forks source link

Convert sd/st.txt to use LF endings in index #959

Closed InvalidInterrupt closed 3 months ago

InvalidInterrupt commented 3 months ago

The other db files use LF endings and count on gitattributes to convert files in the working tree. Having CRLF in the index results in git reporting working tree modifications that cannot be resolved with any of the usual methods (e.g. restore, reset, checkout) on non-Windows systems. This can prevent checking out other branches or tags.