git2r icon indicating copy to clipboard operation
git2r copied to clipboard

git LFS support

Open dseynaev opened this issue 3 years ago • 3 comments

lib2git seems to support this through smudge/clean filters

any idea what would be necessary to get lfs working with git2r?

dseynaev avatar Mar 15 '21 14:03 dseynaev

Would be nice indeed to be able to work with Git LFS enabled repositories from R!

tverbeke avatar Apr 17 '21 19:04 tverbeke

I apologize the late reply. I have not used git-lfs with libgit2 so I do not know what is required. If you find any example of how it works and are interested in implementing it, a pull request is much welcome.

stewid avatar Apr 17 '21 19:04 stewid

I recently had a problem that git2r::clone and git2r::pull did not reproduce the behavior I would have gotten from running git clone and git pull on the command line, because it was an lfs repo.

swo avatar Jan 24 '23 15:01 swo