feature request: LFS API support!
This commit is contained in:
parent
f5ec2f074d
commit
e2fd1a513a
1 changed files with 9 additions and 0 deletions
9
doc/todo/LFS_API_support.mdwn
Normal file
9
doc/todo/LFS_API_support.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
I was very disappointed to see GitLab [drop support](https://gitlab.com/gitlab-org/gitlab-ee/issues/1648) for git-annex in their 9.0 release in 2017. This makes it impossible to use GitLab to store our blobs. But there is a way out of there.
|
||||
|
||||
GitLab, GitHub, Gogs and many other hosting providers actually support the Git LFS API for large file storage. If git-annex would support that API through (say) a special (or builtin) remote, it would be possible to transparently access those contents.
|
||||
|
||||
I'm not talking about supporting the *client*-side LFS datastructures. Everything would stay the same from git-annex's point of view. The idea would be to allow pushing/pulling files from Git LFS repositories, quite simply.
|
||||
|
||||
Could that work? Would it be possible to just make this into a separate remote without having to hack at git-annex's core?
|
||||
|
||||
Thanks for your great work! :) -- [[anarcat]]
|
Loading…
Reference in a new issue