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 <lorenzo.pegorari2002@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
LorenzoPegorari committed
Mar 3, 2026 at 02:46 UTC
b8091b793521cd30bb7972b60f3ca2f53e83bd61
1 file changed
+3
-1
Documentation/gitprotocol-pack.adoc
+3
-1
@@ -47,7 +47,9 @@ process defined in this protocol is terminated.
47
Transports
48
----------
49
There are three transports over which the packfile protocol is
50
-initiated. The Git transport is a simple, unauthenticated server that
50
+initiated.
51
+
52
+The Git transport is a simple, unauthenticated server that
53
takes the command (almost always 'upload-pack', though Git
54
servers can be configured to be globally writable, in which 'receive-
55
pack' initiation is also allowed) with which the client wishes to