X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fpack-protocol.txt;h=546980c0a41ce9ba6d09ad5038b4412b7ef42cc7;hb=b5c12797b442ddf4256332fe4baf709f90bb57a5;hp=a7004c63e7ff5a4fe237267121a5b7c76a4c5496;hpb=eee947fb95dfa160d924824518dbfcb350c10aa5;p=git.git diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index a7004c63e..546980c0a 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -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 -------------