-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: Allow commiting of files large than 100mb if handled by LFS #822
fix: Allow commiting of files large than 100mb if handled by LFS #822
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this pr! Just some comments about a bit of different structure, and you will need to fix the formatting with prettier.
Thanks for the fixes. I just noticed that you are currently passing the |
The plugin refuses to add files bigger than 100mb if the remote is github, even if an file is handled by LFS.
I added some logic that checks if a file is (or will be) handled by LFS, before blocking the commit.
Detailed Problem Description
Commit Where Check for Too Big Files Was Added
I have not yet implemented IsomorphicGit, but I am happy to do that if I get feedback on whether my change is being considered.
The changes were only tested on my Windows 11 machine (not on Linux or macOS).
This is my first ever PR to an open source project, so any feedback is welcome. I would be very happy if this actually were merged. :D