diff options
| author | Daniel Gustafsson | 2025-10-23 19:26:15 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2025-10-23 19:26:15 +0000 |
| commit | d91620406ae964f75878f0554b6c36afc9dfd8eb (patch) | |
| tree | 5e9ba5db1add1844dd64cf8181f311d92cfd8e15 | |
| parent | dc0a208ac2e9435418a0660e5b42c52fd72284bb (diff) | |
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
| -rw-r--r-- | doc/src/sgml/sourcerepo.sgml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml index 0ed7f8a3fea..88cce552fd6 100644 --- a/doc/src/sgml/sourcerepo.sgml +++ b/doc/src/sgml/sourcerepo.sgml @@ -49,7 +49,7 @@ <step> <para> - To begin using the Git repository, make a clone of the official mirror: + To begin using the <productname>Git</productname> repository, make a clone of the official mirror: <programlisting> git clone https://git.postgresql.org/git/postgresql.git @@ -60,16 +60,6 @@ git clone https://git.postgresql.org/git/postgresql.git The files will be placed in a new subdirectory <filename>postgresql</filename> of your current directory. </para> - - <para> - The Git mirror can also be reached via the Git protocol. Just change the URL - prefix to <literal>git</literal>, as in: - -<programlisting> -git clone git://git.postgresql.org/git/postgresql.git -</programlisting> - - </para> </step> <step> |
