Skip to content

Commit a99c247

Browse files
committed
Merge branch 'nd/document-err-packet'
* nd/document-err-packet: pack-protocol: document "ERR" line
2 parents af54383 + d78e5ae commit a99c247

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ process on the server side over the Git protocol is this:
6060
"0039git-upload-pack /schacon/gitbook.git\0host=example.com\0" |
6161
nc -v example.com 9418
6262

63+
If the server refuses the request for some reasons, it could abort
64+
gracefully with an error message.
65+
66+
----
67+
error-line = PKT-LINE("ERR" SP explanation-text)
68+
----
69+
6370

6471
SSH Transport
6572
-------------

0 commit comments

Comments
 (0)