Closed jonasmalacofilho closed 8 years ago
Fixed in b692f7079d4a12eeba6caf28401e60720c5e3745
The tool currently doesn't check the entire pull request (only commits since it's been configured). Reopening...
Actually, TRAVIS_COMMIT_RANGE
includes the entire pull request... Lucky us! : )
3a6e0bb was made in error...
Commit has since been amended and force pushed.
I just merged #13 and only after noticed there were binary assets (jpgs) in there that were not using LFS. This causes immediate issues (users will start getting "there are modified files" after any checkout) and also long term problems, since it increases the size of the repository and what needs to be cloned.
Other pull requests have the same issue, and it's useful to have a tool warn us when we need to deal with these files. From that, we can instruct the user to install LFS before adding assets and perform the merge without polluting the history.