You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we implemented multipart-basic support, I've started working with the Git LFS team on an official proposal to add a similar transfer protocol to Git LFS: git-lfs/git-lfs#4438 . This is very similar, but slightly cleaned up and simplified version of our own protocol.
Once this proposal is accepted, it would be good to align our own implementation with it.
As it is not 100% compatible with our current transfer protocol, we can maintain BC by implementing it as a separate transfer adapter and keeping the old one around, but recommend the new one in our docs.
The text was updated successfully, but these errors were encountered:
After we implemented
multipart-basic
support, I've started working with the Git LFS team on an official proposal to add a similar transfer protocol to Git LFS: git-lfs/git-lfs#4438 . This is very similar, but slightly cleaned up and simplified version of our own protocol.Once this proposal is accepted, it would be good to align our own implementation with it.
As it is not 100% compatible with our current transfer protocol, we can maintain BC by implementing it as a separate transfer adapter and keeping the old one around, but recommend the new one in our docs.
The text was updated successfully, but these errors were encountered: