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

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.
This commit is contained in:
InvalidInterrupt 2024-06-08 23:16:17 -07:00
parent 52fc5be7ad
commit 5a26da9341