gitprotocol.diff
application/octet-stream
Filename: gitprotocol.diff
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/sourcerepo.sgml | 1 | 11 |
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml
index 6c13c5a30cd..f4368e83ab3 100644
--- a/doc/src/sgml/sourcerepo.sgml
+++ b/doc/src/sgml/sourcerepo.sgml
@@ -40,7 +40,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
@@ -51,16 +51,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>