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
Fixes bug where any files marked in
.gitattributes
as-lockable
would still returnfalse
fromCheckLFSLockable()
. Files marked withlockable
or with no explicit attribute would return the correct response (true
andfalse
, respectively) See https://github.com/ProjectBorealis/UEGitPlugin/issues/180