summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzoPegorari <lorenzo.pegorari2002@gmail.com>2026-03-03 02:46:10 +0100
committerJunio C Hamano <gitster@pobox.com>2026-03-02 21:35:04 -0800
commitb8091b793521cd30bb7972b60f3ca2f53e83bd61 (patch)
treea26ff348fdeeb3564a54694af60053e24ca367f6
parent267807eae10f8f9b2bcf50fdd22b61d68c38e8d5 (diff)
downloadgit-b8091b793521cd30bb7972b60f3ca2f53e83bd61.tar.gz
git-b8091b793521cd30bb7972b60f3ca2f53e83bd61.zip
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>
-rw-r--r--Documentation/gitprotocol-pack.adoc4
1 files changed, 3 insertions, 1 deletions
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