Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/document-err-packet'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Oct 2011 19:34:18 +0000
(12:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Oct 2011 19:34:18 +0000
(12:34 -0700)
* nd/document-err-packet:
pack-protocol: document "ERR" line
Documentation/technical/pack-protocol.txt
patch
|
blob
|
history
raw
(from parent 1:
af54383
)
diff --git
a/Documentation/technical/pack-protocol.txt
b/Documentation/technical/pack-protocol.txt
index a7004c63e7ff5a4fe237267121a5b7c76a4c5496..546980c0a41ce9ba6d09ad5038b4412b7ef42cc7 100644
(file)
--- 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
-------------