Commit Graph

2 Commits

Author SHA1 Message Date
Peter Meerwald-Stadler
cde64b4c96 Fix typo 2019-08-22 00:47:31 +02:00
brian m. carlson
8563c49498
docs/proposals: propose an SSH protocol
There has been a significant amount of interest in a purely SSH-based
protocol for Git LFS.  Add a proposal for an SSH-based protocol based on
Git's pkt-line and protocol v2, while still mapping cleanly onto HTTP
for ease of implementation on the server-side.

Document the basic upload and download protocol, as well as locking.
Coalesce the lock listing and lock verification endpoints in the JSON
API into one that provides both features.

Take care that we allow paths and refs to contain arbitrary byte
sequences, including spaces, by always providing them in an unambiguous
way at the end of a pkt-line.
2018-10-05 18:57:24 +00:00