Skip to content

Commit d916204

Browse files
doc: Remove mention of Git protocol support
The project Git server hasn't supported cloning with the Git protocol in a very long time, but the documentation never got the memo. Remove the mention of using the Git protocol, and while there wrap a mention of Git in <productname> tags. Backpatch down to all supported versions. Author: Daniel Gustafsson <daniel@yesql.se> Reported-by: Gurjeet Singh <gurjeet@singh.im> Reviewed-by: Nathan Bossart <nathandbossart@gmail.com> Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com> Reviewed-by: Gurjeet Singh <gurjeet@singh.im> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/CABwTF4WMiMb-KT2NRcib5W0C8TQF6URMb+HK9a_=rnZnY8Q42w@mail.gmail.com Backpatch-through: 13
1 parent dc0a208 commit d916204

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

doc/src/sgml/sourcerepo.sgml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<step>
5151
<para>
52-
To begin using the Git repository, make a clone of the official mirror:
52+
To begin using the <productname>Git</productname> repository, make a clone of the official mirror:
5353

5454
<programlisting>
5555
git clone https://git.postgresql.org/git/postgresql.git
@@ -60,16 +60,6 @@ git clone https://git.postgresql.org/git/postgresql.git
6060
The files will be placed in a new subdirectory <filename>postgresql</filename> of
6161
your current directory.
6262
</para>
63-
64-
<para>
65-
The Git mirror can also be reached via the Git protocol. Just change the URL
66-
prefix to <literal>git</literal>, as in:
67-
68-
<programlisting>
69-
git clone git://git.postgresql.org/git/postgresql.git
70-
</programlisting>
71-
72-
</para>
7363
</step>
7464

7565
<step>

0 commit comments

Comments
 (0)