--
You received this message because you are subscribed to the Google Groups "dulwich-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dulwich-discu...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/dulwich-discuss/3527fa6f-89d3-429e-a4a8-0f231ef52431%40googlegroups.com.
Dulwich does not currently support lfs, but it should be possible to add support for git-lfs.This could be done either by implementing filters (which would actually shell out to the actual git-lfs binary) or by implementing all of git-lfs in Python.There was some recent work done to add line ending conversion support. That probably would need to be generalized to support any kind of filter.If you're interested in working on this, let me know, and I can provide more specific pointers
On Thu, Aug 1, 2019, 6:42 PM Andi McClure <andi.m....@gmail.com> wrote:
Does Dulwich support git-lfs?--Could it?Context: I am a user of hg-git, an hg plugin based on Dulwich. I would like to work with git-lfs repositories.
You received this message because you are subscribed to the Google Groups "dulwich-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dulwich-discuss+unsubscribe@googlegroups.com.