Closed leth closed 7 years ago
Hi, I noticed the lines this tool adds to .gitattributes differ from lines added by git lfs track. The migrate tool adds -crlf where as track adds -text.
.gitattributes
git lfs track
-crlf
-text
Is this something that needs to be fixed, or is this correct? Thank
Thanks for attension. This option was change in git-lfs by commit: https://github.com/git-lfs/git-lfs/commit/7146bdb130e79756be17801cba7cf17763ec95f4
git-lfs
Hi, I noticed the lines this tool adds to
.gitattributes
differ from lines added bygit lfs track
. The migrate tool adds-crlf
where as track adds-text
.Is this something that needs to be fixed, or is this correct? Thank