-
Notifications
You must be signed in to change notification settings - Fork 396
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
Support for git_filter_* #442
Comments
As it turns out, it was easier to implement git-lfs support for my project without using libgit2's filter support, so I no longer have plans to work on this. Please feel free to close this or keep it open as you prefer. |
@samlh stumbled over this on my search to implement git-lfs myself. how did you end up supporting it? |
@extrawurst It's been a while, but I've pushed up the code here: I seem to recall the code is making some assumptions about the repos it has to work with, but I'll admit I've forgotten what the assumptions were 😄. I hope it helps regardless! |
Ideally, this would include allowing creation of custom filters (trait name recommendations appreciated).
Specifically, I think I'll need:
I may work on this for my current project.
The text was updated successfully, but these errors were encountered: