X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Ftechnical%2Fpack-protocol.txt;h=546980c0a41ce9ba6d09ad5038b4412b7ef42cc7;hb=fc2d99f1e95252dcd3eb645a370a658bea7fd5bd;hp=a7004c63e7ff5a4fe237267121a5b7c76a4c5496;hpb=6d1cdadbeeb03f40250526e29b1f1a91582911d8;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 -------------