Open t4n0 opened 1 month ago
Version info
Description
.gitattributes is not parsed correctly for LFS files
Steps to reproduce
Given
.gitattributes
* filter=lfs diff=lfs merge=lfs -text */.txt filter= diff= merge= text
foo.txt
asdf
When touch foo.txt
Then
LFS
Note that running "git status" will resolve these "false positives".
Expected behavior
Not labeled as LFS and line endings interpreted correctly.
Screenshots
Disclaimer
(*) Yes, I know its a weird thing to do. Rest assured: Its not my invention.
Hi @t4n0,
Thanks for reaching out and reporting this issue. I'll be investigating this further and will reach out when I've got more information.
Cheers, - Dylan from Sublime HQ
Version info
Description
.gitattributes is not parsed correctly for LFS files
Steps to reproduce
Given
.gitattributes
:foo.txt
:When touch foo.txt
Then
LFS
(even though it is not saved there)Note that running "git status" will resolve these "false positives".
Expected behavior
Not labeled as LFS and line endings interpreted correctly.
Screenshots
Disclaimer
(*) Yes, I know its a weird thing to do. Rest assured: Its not my invention.