Skip to content

Commit a978882

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 a883868 commit a978882

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
@@ -50,7 +50,7 @@
5050

5151
<step>
5252
<para>
53-
To begin using the Git repository, make a clone of the official mirror:
53+
To begin using the <productname>Git</productname> repository, make a clone of the official mirror:
5454

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

7666
<step>

0 commit comments

Comments
 (0)