gollum / rugged_adapter

Adapter to make gollum use Rugged (libgit2) at the backend.
MIT License
36 stars 27 forks source link

LFS support? #66

Open greyltc opened 6 months ago

greyltc commented 6 months ago

Does the adapter support git-lfs? LFS support would be especially nice for wikis with upload support turned on. I've found that the wiki uploads I often make are file types that would be much better tracked in the repo using git-lfs (image files for example).

dometto commented 6 months ago

It doesn't currently, but it could potentially be added if the underlying git library (https://github.com/libgit2/rugged) supports it -- last time I checked it didn't, but that was years ago.