From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/
Date: Thu, 21 Dec 2023 19:23:50 +0000 (UTC) [thread overview]
Message-ID: <1703186625.e10a02b68b1a3bd11e813494cd84a809ecda0ef5.fordfrog@gentoo> (raw)
commit: e10a02b68b1a3bd11e813494cd84a809ecda0ef5
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 19:23:28 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 19:23:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10a02b6
www-apps/mediawiki: security bump to 1.39.6 & 1.40.2 + bump to 1.41.0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
www-apps/mediawiki/Manifest | 3 +
www-apps/mediawiki/mediawiki-1.39.6.ebuild | 90 +++++++++++++++++++++++++++++
www-apps/mediawiki/mediawiki-1.40.2.ebuild | 92 ++++++++++++++++++++++++++++++
www-apps/mediawiki/mediawiki-1.41.0.ebuild | 92 ++++++++++++++++++++++++++++++
4 files changed, 277 insertions(+)
diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index 6435ef72b3c1..3708f8176e68 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1,2 +1,5 @@
DIST mediawiki-1.39.5.tar.gz 57349954 BLAKE2B 1f95966f7cfe0df9911838c9d67ad0019f6069656604085863ba5ecf87879273a08ba98193515804b367cf7ee99fe4fee46dce9fb7e030d66327af33a109a775 SHA512 0e05fa5176bca68251c4df0ec442d646b51c9cac78641b18ed469e44af53d8f263fec18802cfb83077adb9f7a310ab38cef7132031b13007f20823000b55d905
+DIST mediawiki-1.39.6.tar.gz 58218660 BLAKE2B 1777040b8d1668352b990736bfa6996f9b5e9a666b4a31645e3138546c43efeded25400e88799ea757782a14cae513b0156cbc50e74a7e9a52f204d4c3b14ec8 SHA512 8916fdab79ae38bd6ae6c29010a110a3edae450da232473ad6cd38328aeeb6a8ddcddd1ad22ec634e1bf5758ae232962ad134d40e222ae308e61355d626631f9
DIST mediawiki-1.40.1.tar.gz 66494248 BLAKE2B 05ba52700019170cc3419263e0cded6f0693aacc8704823c8fb3389307aca1ca523244f16a1263a58df566866f173371d76ea95d06aa6a4ba128ae5f1ebc0200 SHA512 0efec336827612217b7e6451dc06a60799dae56765b8ace2ac540280cc58ede899e22948e9ca20d085943e9c3919664058fadd6b2278b0c64d89e4445a7ccf0d
+DIST mediawiki-1.40.2.tar.gz 67367998 BLAKE2B 9e0ce223ad8b88594de7b17f36b0c988d176ef9891db58c30b2b2e678f49d9f3fe896bd0017004067b5709b769ef91d74b2c918d627db49675a74df11120cfec SHA512 bdaf17740610dbc6c10ca2c1f00c11c6f98d323fa619bc37f904328b6cf2232a5d86e97a2341084517da0e85603575eef716d5f8b77df2f44eadfb2f2e0464e4
+DIST mediawiki-1.41.0.tar.gz 115573782 BLAKE2B 733d1852bb244d61a67bcddfd3d59b21ef933fb85e4e453ae6e2ec0509c110bbe0502e2d73999759240cf6d0ce5c5908103aaaecf77e807bf2aa5bb9412ccd85 SHA512 af369993a5e3e998d1f6bcc5223aafc30d4f24aceb549a2ca9fe95e668dc8d11c49adc60caf67f5dc2d55b16c2b36cc93334a9adf7c2fda47a1084a38d94f12a
diff --git a/www-apps/mediawiki/mediawiki-1.39.6.ebuild b/www-apps/mediawiki/mediawiki-1.39.6.ebuild
new file mode 100644
index 000000000000..0fe070309188
--- /dev/null
+++ b/www-apps/mediawiki/mediawiki-1.39.6.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+MY_BRANCH=$(ver_cut 1-2)
+
+DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
+HOMEPAGE="http://www.mediawiki.org"
+SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="imagemagick mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+RDEPEND="dev-lang/php[calendar,ctype,fileinfo,iconv,intl,json(+),postgres?,session,ssl,unicode,xml,xmlreader]
+ imagemagick? ( virtual/imagemagick-tools )
+ !imagemagick? ( dev-lang/php[gd] )
+ mysql? ( dev-lang/php[mysql,mysqli] )
+ sqlite? (
+ dev-db/sqlite[fts3(+)]
+ dev-lang/php[pdo,sqlite]
+ )
+ virtual/httpd-php"
+
+need_httpd_cgi
+
+RESTRICT="test"
+
+src_unpack() {
+ default
+
+ # remove lua binaries (bug #631554)
+ rm -r "${S}"/extensions/Scribunto/includes/engines/LuaStandalone/binaries || die "Failed to remove lua binaries"
+}
+
+src_install() {
+ webapp_src_preinst
+
+ # First we install docs and then copy everything left into htdocs dir
+ # to avoid bugs like #236411.
+
+ # We ensure the directories are prepared for writing. The post-
+ # install instructions guide the user to enable the feature.
+ local DOCS="FAQ HISTORY INSTALL README.md RELEASE-NOTES-${PV:0:4} UPGRADE"
+ dodoc ${DOCS} docs/*.txt
+ docinto databases
+ dodoc docs/databases/*
+ # Clean everything not used at the site...
+ rm -r ${DOCS} COPYING tests docs || die
+ find . -name Makefile -delete || die
+ # and install
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ # If imagemagick is enabled then setup for image upload.
+ # We ensure the directory is prepared for writing.
+ if use imagemagick ; then
+ webapp_serverowned "${MY_HTDOCSDIR}"/images
+ fi
+
+ webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
+ webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
+ webapp_src_install
+}
+
+pkg_postinst() {
+ webapp_pkg_postinst
+
+ if [[ -n ${REPLACING_VERSIONS} ]]; then
+ echo
+ elog "=== Consult the release notes ==="
+ elog "Before doing anything, stop and consult the release notes"
+ elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
+ echo
+ elog "These detail bug fixes, new features and functionality, and any"
+ elog "particular points that may need to be noted during the upgrade procedure."
+ echo
+ elog "If you plan to use the Scribunto extension with Lua, make sure to configure"
+ elog "path to Lua executable using this documentation:"
+ elog "https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary"
+ echo
+ ewarn "Back up existing files and the database before upgrade."
+ ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki"
+ ewarn "provides an overview of the backup process."
+ echo
+ fi
+}
diff --git a/www-apps/mediawiki/mediawiki-1.40.2.ebuild b/www-apps/mediawiki/mediawiki-1.40.2.ebuild
new file mode 100644
index 000000000000..409d05722e9c
--- /dev/null
+++ b/www-apps/mediawiki/mediawiki-1.40.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+MY_BRANCH=$(ver_cut 1-2)
+
+DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
+HOMEPAGE="http://www.mediawiki.org"
+SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="imagemagick mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+RDEPEND="dev-lang/php[calendar,ctype,fileinfo,iconv,intl,json(+),postgres?,session,ssl,unicode,xml,xmlreader]
+ imagemagick? ( virtual/imagemagick-tools )
+ !imagemagick? ( dev-lang/php[gd] )
+ mysql? ( dev-lang/php[mysql,mysqli] )
+ sqlite? (
+ dev-db/sqlite[fts3(+)]
+ dev-lang/php[pdo,sqlite]
+ )
+ virtual/httpd-php"
+
+need_httpd_cgi
+
+RESTRICT="test"
+
+src_unpack() {
+ default
+
+ # remove lua binaries (bug #631554)
+ rm -r "${S}"/extensions/Scribunto/includes/Engines/LuaStandalone/binaries || die "Failed to remove Lua binaries"
+}
+
+src_install() {
+ webapp_src_preinst
+
+ # First we install docs and then copy everything left into htdocs dir
+ # to avoid bugs like #236411.
+
+ # We ensure the directories are prepared for writing. The post-
+ # install instructions guide the user to enable the feature.
+ local DOCS="FAQ HISTORY INSTALL README.md RELEASE-NOTES-${PV:0:4} UPGRADE"
+ dodoc ${DOCS} docs/*.txt
+ docinto databases
+ dodoc docs/databases/*
+
+ # Clean everything not used at the site...
+ rm -r ${DOCS} COPYING tests docs || die
+ find . -name Makefile -delete || die
+
+ # and install
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ # If imagemagick is enabled then setup for image upload.
+ # We ensure the directory is prepared for writing.
+ if use imagemagick ; then
+ webapp_serverowned "${MY_HTDOCSDIR}"/images
+ fi
+
+ webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
+ webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
+ webapp_src_install
+}
+
+pkg_postinst() {
+ webapp_pkg_postinst
+
+ if [[ -n ${REPLACING_VERSIONS} ]]; then
+ echo
+ elog "=== Consult the release notes ==="
+ elog "Before doing anything, stop and consult the release notes"
+ elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
+ echo
+ elog "These detail bug fixes, new features and functionality, and any"
+ elog "particular points that may need to be noted during the upgrade procedure."
+ echo
+ elog "If you plan to use the Scribunto extension with Lua, make sure to configure"
+ elog "path to Lua executable using this documentation:"
+ elog "https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary"
+ echo
+ ewarn "Back up existing files and the database before upgrade."
+ ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki"
+ ewarn "provides an overview of the backup process."
+ echo
+ fi
+}
diff --git a/www-apps/mediawiki/mediawiki-1.41.0.ebuild b/www-apps/mediawiki/mediawiki-1.41.0.ebuild
new file mode 100644
index 000000000000..409d05722e9c
--- /dev/null
+++ b/www-apps/mediawiki/mediawiki-1.41.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+MY_BRANCH=$(ver_cut 1-2)
+
+DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
+HOMEPAGE="http://www.mediawiki.org"
+SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="imagemagick mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+RDEPEND="dev-lang/php[calendar,ctype,fileinfo,iconv,intl,json(+),postgres?,session,ssl,unicode,xml,xmlreader]
+ imagemagick? ( virtual/imagemagick-tools )
+ !imagemagick? ( dev-lang/php[gd] )
+ mysql? ( dev-lang/php[mysql,mysqli] )
+ sqlite? (
+ dev-db/sqlite[fts3(+)]
+ dev-lang/php[pdo,sqlite]
+ )
+ virtual/httpd-php"
+
+need_httpd_cgi
+
+RESTRICT="test"
+
+src_unpack() {
+ default
+
+ # remove lua binaries (bug #631554)
+ rm -r "${S}"/extensions/Scribunto/includes/Engines/LuaStandalone/binaries || die "Failed to remove Lua binaries"
+}
+
+src_install() {
+ webapp_src_preinst
+
+ # First we install docs and then copy everything left into htdocs dir
+ # to avoid bugs like #236411.
+
+ # We ensure the directories are prepared for writing. The post-
+ # install instructions guide the user to enable the feature.
+ local DOCS="FAQ HISTORY INSTALL README.md RELEASE-NOTES-${PV:0:4} UPGRADE"
+ dodoc ${DOCS} docs/*.txt
+ docinto databases
+ dodoc docs/databases/*
+
+ # Clean everything not used at the site...
+ rm -r ${DOCS} COPYING tests docs || die
+ find . -name Makefile -delete || die
+
+ # and install
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ # If imagemagick is enabled then setup for image upload.
+ # We ensure the directory is prepared for writing.
+ if use imagemagick ; then
+ webapp_serverowned "${MY_HTDOCSDIR}"/images
+ fi
+
+ webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
+ webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
+ webapp_src_install
+}
+
+pkg_postinst() {
+ webapp_pkg_postinst
+
+ if [[ -n ${REPLACING_VERSIONS} ]]; then
+ echo
+ elog "=== Consult the release notes ==="
+ elog "Before doing anything, stop and consult the release notes"
+ elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
+ echo
+ elog "These detail bug fixes, new features and functionality, and any"
+ elog "particular points that may need to be noted during the upgrade procedure."
+ echo
+ elog "If you plan to use the Scribunto extension with Lua, make sure to configure"
+ elog "path to Lua executable using this documentation:"
+ elog "https://www.mediawiki.org/wiki/Extension:Scribunto#Lua_binary"
+ echo
+ ewarn "Back up existing files and the database before upgrade."
+ ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki"
+ ewarn "provides an overview of the backup process."
+ echo
+ fi
+}
next reply other threads:[~2023-12-21 19:23 UTC|newest]
Thread overview: 164+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 19:23 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 21:16 [gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/ Miroslav Šulc
2024-10-01 18:07 Sam James
2024-10-01 18:07 Sam James
2024-10-01 18:07 Sam James
2024-10-01 8:37 Miroslav Šulc
2024-10-01 8:35 Miroslav Šulc
2024-10-01 8:33 Miroslav Šulc
2024-07-30 9:51 Miroslav Šulc
2024-07-29 10:38 Sam James
2024-07-29 10:38 Sam James
2024-07-29 10:38 Sam James
2024-06-28 17:52 Miroslav Šulc
2024-06-27 17:49 Miroslav Šulc
2024-06-27 17:32 Miroslav Šulc
2024-06-27 17:27 Miroslav Šulc
2024-06-27 16:48 Miroslav Šulc
2024-04-01 16:42 Miroslav Šulc
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-03-29 9:11 Miroslav Šulc
2024-03-29 9:09 Miroslav Šulc
2024-03-29 9:08 Miroslav Šulc
2024-01-21 15:44 Sam James
2023-12-22 10:02 Miroslav Šulc
2023-12-22 6:46 Sam James
2023-12-22 6:46 Sam James
2023-10-30 8:10 Miroslav Šulc
2023-10-29 20:21 Sam James
2023-10-29 20:21 Sam James
2023-09-29 6:51 Miroslav Šulc
2023-09-29 6:48 Miroslav Šulc
2023-09-29 6:43 Miroslav Šulc
2023-08-02 5:48 Miroslav Šulc
2023-08-01 11:22 Sam James
2023-08-01 11:22 Sam James
2023-07-01 7:15 Miroslav Šulc
2023-07-01 7:09 Miroslav Šulc
2023-07-01 7:07 Miroslav Šulc
2023-04-01 5:25 Miroslav Šulc
2023-03-31 16:37 Sam James
2023-03-31 16:37 Sam James
2023-03-31 5:49 Miroslav Šulc
2023-03-31 5:47 Miroslav Šulc
2023-03-27 10:27 Miroslav Šulc
2023-03-26 6:22 Sam James
2023-02-23 11:11 Miroslav Šulc
2022-12-26 16:28 Miroslav Šulc
2022-12-26 8:52 Sam James
2022-12-26 8:52 Sam James
2022-12-26 7:56 Miroslav Šulc
2022-12-23 8:57 Miroslav Šulc
2022-12-01 9:44 Miroslav Šulc
2022-12-01 9:33 Miroslav Šulc
2022-10-21 3:23 Miroslav Šulc
2022-10-01 6:09 Agostino Sarubbo
2022-10-01 6:09 Agostino Sarubbo
2022-09-30 3:40 Miroslav Šulc
2022-09-30 3:40 Miroslav Šulc
2022-08-10 5:53 Miroslav Šulc
2022-08-09 7:43 Agostino Sarubbo
2022-07-28 13:31 Sam James
2022-07-08 17:59 Miroslav Šulc
2022-07-03 3:16 Miroslav Šulc
2022-07-02 22:25 Sam James
2022-07-02 22:25 Sam James
2022-07-01 9:50 Miroslav Šulc
2022-07-01 9:50 Miroslav Šulc
2022-06-06 15:14 Miroslav Šulc
2022-06-03 11:24 Miroslav Šulc
2022-06-03 10:53 Miroslav Šulc
2022-04-01 16:05 Miroslav Šulc
2022-04-01 15:10 Arthur Zamarin
2022-04-01 15:10 Arthur Zamarin
2022-04-01 6:54 Miroslav Šulc
2022-04-01 6:54 Miroslav Šulc
2021-12-16 7:56 Miroslav Šulc
2021-12-16 7:29 Sam James
2021-12-16 7:29 Sam James
2021-12-15 20:33 Miroslav Šulc
2021-12-15 20:33 Miroslav Šulc
2021-11-19 11:36 Miroslav Šulc
2021-10-02 7:32 Miroslav Šulc
2021-10-02 7:22 Sam James
2021-10-01 12:00 Miroslav Šulc
2021-06-24 7:52 Miroslav Šulc
2021-06-24 4:26 Agostino Sarubbo
2021-06-23 16:30 Miroslav Šulc
2021-05-28 6:12 Miroslav Šulc
2021-04-10 4:43 Miroslav Šulc
2021-04-10 0:34 Sam James
2021-04-09 12:06 Miroslav Šulc
2020-12-22 13:17 Miroslav Šulc
2020-12-22 5:27 Sam James
2020-12-22 5:27 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 14:27 Sam James
2020-12-18 10:47 Miroslav Šulc
2020-12-08 9:48 Miroslav Šulc
2020-11-13 8:39 Miroslav Šulc
2020-11-12 12:28 Sam James
2020-11-03 9:31 Sergei Trofimovich
2020-10-26 16:12 Thomas Deutschmann
2020-10-09 11:52 Miroslav Šulc
2020-10-09 8:31 Agostino Sarubbo
2020-10-03 17:09 Sam James
2020-10-03 17:09 Sam James
2020-10-03 16:57 Sam James
2020-09-26 8:20 Miroslav Šulc
2020-09-26 7:44 Miroslav Šulc
2020-06-29 4:59 Miroslav Šulc
2020-06-28 20:44 Agostino Sarubbo
2020-06-28 20:33 Agostino Sarubbo
2020-06-26 17:43 Agostino Sarubbo
2020-06-25 7:48 Miroslav Šulc
2020-04-12 4:38 Miroslav Šulc
2020-04-11 16:12 Agostino Sarubbo
2020-04-11 16:00 Agostino Sarubbo
2020-04-09 12:25 Agostino Sarubbo
2020-03-27 9:11 Miroslav Šulc
2020-03-27 9:11 Miroslav Šulc
2020-01-23 15:23 Miroslav Šulc
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2020-01-23 10:36 Agostino Sarubbo
2019-12-19 16:08 Miroslav Šulc
2019-12-19 15:50 Miroslav Šulc
2019-11-13 8:29 Miroslav Šulc
2019-11-13 7:39 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-10-09 11:21 Miroslav Šulc
2019-10-09 11:09 Agostino Sarubbo
2019-10-09 11:08 Agostino Sarubbo
2019-10-09 9:27 Agostino Sarubbo
2019-10-08 15:07 Miroslav Šulc
2019-06-12 9:02 Miroslav Šulc
2019-04-25 6:51 Miroslav Šulc
2019-04-24 21:33 Thomas Deutschmann
2019-04-20 2:22 Aaron Bauman
2019-04-14 10:23 Agostino Sarubbo
2019-03-02 9:14 Miroslav Šulc
2019-03-01 12:19 Miroslav Šulc
2019-02-05 13:14 Miroslav Šulc
2018-10-23 16:36 Miroslav Šulc
2017-06-28 11:47 Thomas Deutschmann
2017-06-21 11:57 Agostino Sarubbo
2017-06-05 14:30 Thomas Deutschmann
2017-06-05 11:05 Agostino Sarubbo
2017-06-04 20:55 Thomas Deutschmann
2017-02-11 19:47 David Seifert
2017-01-16 3:40 Aaron Bauman
2016-11-29 11:23 Agostino Sarubbo
2016-11-29 11:22 Agostino Sarubbo
2016-09-04 14:34 Manuel Rüger
2016-08-25 13:15 Manuel Rüger
2016-08-25 13:15 Manuel Rüger
2015-08-27 6:36 Tim Harder
2015-08-26 7:28 Agostino Sarubbo
2015-08-25 7:16 Agostino Sarubbo
2015-08-25 7:16 Agostino Sarubbo
2015-08-25 5:09 Tim Harder
2015-08-25 3:03 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703186625.e10a02b68b1a3bd11e813494cd84a809ecda0ef5.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox