summaryrefslogtreecommitdiff
path: root/Documentation/technical/partial-clone.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-08-04 16:28:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-08-04 21:12:23 (GMT)
commit5db921054e685a4dbaeb622acda53d6a154e947f (patch)
treed9dd16cb9c9cd7dd97747599b8417d07a010a559 /Documentation/technical/partial-clone.txt
parent8cbace93d270dc49f007a2c1922769240a22eca5 (diff)
downloadgit-5db921054e685a4dbaeb622acda53d6a154e947f.zip
git-5db921054e685a4dbaeb622acda53d6a154e947f.tar.gz
git-5db921054e685a4dbaeb622acda53d6a154e947f.tar.bz2
docs: move protocol-related docs to man section 5
Continue the move of existing Documentation/technical/* protocol and file-format documentation into our main documentation space. By moving the things that discuss the protocol we can properly link from e.g. lsrefs.unborn and protocol.version documentation to a manpage we build by default. So far we have been using the "gitformat-" prefix for the documentation we've been moving over from Documentation/technical/*, but for protocol documentation let's use "gitprotocol-*". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/partial-clone.txt')
-rw-r--r--Documentation/technical/partial-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/partial-clone.txt b/Documentation/technical/partial-clone.txt
index 99f0eb3..92fcee2 100644
--- a/Documentation/technical/partial-clone.txt
+++ b/Documentation/technical/partial-clone.txt
@@ -79,7 +79,7 @@ Design Details
upload-pack negotiation.
+
This uses the existing capability discovery mechanism.
-See "filter" in Documentation/technical/pack-protocol.txt.
+See "filter" in linkgit:gitprotocol-pack[5].
- Clients pass a "filter-spec" to clone and fetch which is passed to the
server to request filtering during packfile construction.