-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent lfs process filter from running #7062
Prevent lfs process filter from running #7062
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7062 +/- ##
==========================================
- Coverage 41.46% 41.44% -0.02%
==========================================
Files 442 442
Lines 59611 59623 +12
==========================================
- Hits 24715 24711 -4
- Misses 31665 31679 +14
- Partials 3231 3233 +2
Continue to review full report at Codecov.
|
So although there might be another bug with LFS due to us ignoring these filters, this PR will not be responsible for causing this and we should deal with that in another PR likely by making gitea a lfs filter itself. |
a6e0e73
to
6508d0c
Compare
|
Damn! I'm going to have to rewrite the git tests because we actually want lfs to run normally for these - and we probably want LFS to run normally during migration. Perhaps we just need to set the transport instead. |
I'm going to close this whilst I rethink |
This PR sets the lfs process filter to empty preventing them from running during merge.
Fixes #732