From: LorenzoPegorari Date: Tue, 3 Mar 2026 01:46:10 +0000 (+0100) Subject: doc: gitprotocol-pack: improve paragraphs structure X-Git-Tag: v2.54.0-rc0~88^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8091b793521cd30bb7972b60f3ca2f53e83bd61;p=thirdparty%2Fgit.git doc: gitprotocol-pack: improve paragraphs structure Logically separate the introductory sentence from the first transport description to improve readability and structural clarity. Signed-off-by: LorenzoPegorari Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitprotocol-pack.adoc b/Documentation/gitprotocol-pack.adoc index 9952fac188..f4c9e024b0 100644 --- a/Documentation/gitprotocol-pack.adoc +++ b/Documentation/gitprotocol-pack.adoc @@ -47,7 +47,9 @@ process defined in this protocol is terminated. Transports ---------- There are three transports over which the packfile protocol is -initiated. The Git transport is a simple, unauthenticated server that +initiated. + +The Git transport is a simple, unauthenticated server that takes the command (almost always 'upload-pack', though Git servers can be configured to be globally writable, in which 'receive- pack' initiation is also allowed) with which the client wishes to