Skip to content

Commit

Permalink
Merge branch 'nd/document-err-packet'
Browse files Browse the repository at this point in the history
* nd/document-err-packet:
  pack-protocol: document "ERR" line
  • Loading branch information
Junio C Hamano committed Oct 12, 2011
2 parents af54383 + d78e5ae commit a99c247
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/technical/pack-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit a99c247

Please sign in to comment.