v1-0001-Remove-git-from-the-acronyms-section-since-it-is-.patch
application/octet-stream
Filename: v1-0001-Remove-git-from-the-acronyms-section-since-it-is-.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: Remove git from the acronyms section, since it is not one. Add entry in the index, pointing towards our repo info.
| File | + | − |
|---|---|---|
| doc/src/sgml/acronyms.sgml | 0 | 10 |
| doc/src/sgml/sourcerepo.sgml | 2 | 0 |
From c184bf7e715e52f138b5e3809bd65a9294b23d8b Mon Sep 17 00:00:00 2001
From: Robert Treat <rob@xzilla.net>
Date: Tue, 12 Aug 2025 18:11:40 -0400
Subject: [PATCH v1 1/2] Remove git from the acronyms section, since it is not
one. Add entry in the index, pointing towards our repo info.
Content-Type: text/patch; charset="utf-8"
---
doc/src/sgml/acronyms.sgml | 10 ----------
doc/src/sgml/sourcerepo.sgml | 2 ++
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index 2f906e9f018..511c7fd1a5d 100644
--- a/doc/src/sgml/acronyms.sgml
+++ b/doc/src/sgml/acronyms.sgml
@@ -273,16 +273,6 @@
</listitem>
</varlistentry>
- <varlistentry>
- <term><acronym>Git</acronym></term>
- <listitem>
- <para>
- <ulink
- url="https://en.wikipedia.org/wiki/Git">Git</ulink>
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry>
<term><acronym>GMT</acronym></term>
<listitem>
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml
index 6c13c5a30cd..3ecb4cd7f76 100644
--- a/doc/src/sgml/sourcerepo.sgml
+++ b/doc/src/sgml/sourcerepo.sgml
@@ -3,6 +3,8 @@
<appendix id="sourcerepo">
<title>The Source Code Repository</title>
+ <indexterm zone="sourcerepo"><primary>Git</primary></indexterm>
+
<para>
The <productname>PostgreSQL</productname> source code is stored and managed
using the <productname>Git</productname> version control system. A public
--
2.24.3 (Apple Git-128)