ProjectBorealis / UEGitPlugin

Unreal Engine Git Source Control Plugin (refactored)
MIT License
512 stars 104 forks source link

CheckLFSLockable correcly reports files with explicit not Lockable attribute #181

Closed CdrJamison closed 2 months ago

CdrJamison commented 2 months ago

Fixes bug where any files marked in .gitattributes as -lockable would still return false from CheckLFSLockable(). Files marked with lockable or with no explicit attribute would return the correct response (trueand false, respectively) See https://github.com/ProjectBorealis/UEGitPlugin/issues/180