git-lfs/docs
David Pursehouse 68c0e18d05 Add HTTP 507 (Insufficient Storage) to the list of optional statuses (#1473)
* Add HTTP 507 (Insufficient Storage) to the list of optional statuses

Mention that the server implementation may optionally return status
code 507.

This does not add any specific handling of 507 in either the client or
the test server implementation. If a server returns this status code,
it will be handled by the client as a generic "Server Error".

See #1327 and #1438.

Change-Id: I2de691bb57b3ef44288b91b79226695f768ec44e
Signed-off-by: David Pursehouse <dpursehouse@collab.net>

* Add default error messages for 427, 507 and 509 responses

Change-Id: Ia42731e35f2aa7b918de3d0412205700df968d95
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
2016-08-22 10:37:04 -06:00
..
api Add HTTP 507 (Insufficient Storage) to the list of optional statuses (#1473) 2016-08-22 10:37:04 -06:00
man docs/man: run spellcheck 2016-08-19 10:00:45 -06:00
proposals Merge pull request #1226 from github/refactor-1 2016-05-18 15:33:44 +01:00
custom-transfers.md Make docs for error handling consistent 2016-07-15 15:37:16 +01:00
extensions.md Fix typo 2015-10-06 01:11:55 +09:00
linux-build.md Format CentOS bullet points in linux-build.md 2015-08-24 16:23:14 -07:00
README.md typo 2016-02-22 09:16:12 -07:00
spec.md fix some more 'lfs init' references 2015-11-18 11:32:52 -07:00

Git LFS Documentation

Reference Manual

Each Git LFS subcommand is documented in the official man pages. Any of these can be viewed from the command also:

$ git lfs help <command>
$ git lfs <command> -h

Videos

Developer Docs

Details of how the Git LFS client works are in the official specification. There is also an API specification that describes how the server works.