Merge branch 'nd/document-err-packet' into next

* nd/document-err-packet:
  pack-protocol: document "ERR" line
This commit is contained in:
Junio C Hamano 2011-10-06 15:42:01 -07:00
commit 0c5f5d073e

View file

@ -60,6 +60,13 @@ process on the server side over the Git protocol is this:
"0039git-upload-pack /schacon/gitbook.git\0host=example.com\0" |
nc -v example.com 9418
If the server refuses the request for some reasons, it could abort
gracefully with an error message.
----
error-line = PKT-LINE("ERR" SP explanation-text)
----
SSH Transport
-------------