From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Mon, 27 Sep 2021 07:03:18 +0000 (UTC) [thread overview]
Message-ID: <1632726038.d544b9bab85cc900d2338a69dde3cffeb86a552d.mgorny@gentoo> (raw)
commit: d544b9bab85cc900d2338a69dde3cffeb86a552d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 07:00:38 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 07:00:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d544b9ba
dev-python/google-api-python-client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-api-python-client/Manifest | 2 -
.../google-api-python-client-2.14.1.ebuild | 51 ----------------------
.../google-api-python-client-2.18.0.ebuild | 51 ----------------------
3 files changed, 104 deletions(-)
diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
index 9cbdaff79d8..a10babbe450 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,5 +1,3 @@
-DIST google-api-python-client-2.14.1.tar.gz 25415625 BLAKE2B 2b843a6ec6345e51c5a92c0285c2b8ae195928bec61b73033fbc64d8e55c34ae39d8d542534d89edac36d6ddc6c12b6acf11a25dbcbc06f72776799a70606659 SHA512 e22600b9b87d646775780d0f45043753e4dea24e898faf16ae49f2c91677282700b45de993d085923c006f2948747a6afa2e58b38f42f934f1602401faa30d22
-DIST google-api-python-client-2.18.0.tar.gz 26442309 BLAKE2B 84f0cadeed015e9e0cafa209f6256b6262822f7161728aa5eba88f0def718b11c555bd0d87867c1e1ebb02e93046cec068e4ac0f855c55b7abf34a8d51d42fdc SHA512 19b06a252c440d5bb8454fc79487f4009ff73a7bd4882b2d33a354d4c4f287a6ea09f30cff94df4c1d1e898ca237d8e118a7fd5e63022133338d944dcec1243c
DIST google-api-python-client-2.19.1.tar.gz 26659303 BLAKE2B b1b5064c39b7e0d31e7ee01a7556a9ea6feaac1782d6714e50a32f0dfafedcab59628a1ff32774c426136d7ab796a1a6baf1f9ce7fbd1d233149c3a62648f280 SHA512 85272cd0741caed6ff76b930a69a67f1683886df82681b49f3069243dd40ef3f12febc7c1004ecf230d96bae005a8725d502032a9c85eb1bf9e4ee37af7018b9
DIST google-api-python-client-2.20.0.tar.gz 26723285 BLAKE2B 3c0cb64ea8c58fe20356cd097676bc7741ea454e61d9dc8807689fe2296c3ddd0da1cb208a639e8b47a981437dea39de9a7c26b669c7dc27a79a0c5ca4a6c463 SHA512 bed0b1a0e0c5384c80e337339e9c5526e0cd5b2d39a3bd69fec1c65a3fed5bf26e6f4f983daed7663d2cd6c47b8a2a7ad54395f8e5dada2b49c15d98a9ff04dd
DIST google-api-python-client-2.21.0.tar.gz 26754841 BLAKE2B e09b48d80d72e56656b366bd60972cde91d0c705ffe94b61d168e808e575a42f1dbbefdaf21ead1e57bab54a1b2453ba39ed5ae1d2ee616a5ba1418acc9f7534 SHA512 c572e5eab313e01ae94b026e32cf40fb479154942168cc09f2b74f184383ff5fc27cc5c0ae48c34d8ddbd8abe8840520a62a43708bd601341d5b32460f5f07df
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild
deleted file mode 100644
index a0321265934..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client"
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
- <dev-python/httplib2-1[${PYTHON_USEDEP}]
- dev-python/google-api-core[${PYTHON_USEDEP}]
- >=dev-python/google-auth-1.16.0[${PYTHON_USEDEP}]
- >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
- >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
- <dev-python/uritemplate-4[${PYTHON_USEDEP}]
- "
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/oauth2client[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/parameterized[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests --install pytest
-
-src_prepare() {
- find tests -name '*.py' -exec \
- sed -i -e 's:unittest2 as ::' {} + || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local deselect=(
- # require Internet access (and credentials)
- tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
- tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
- )
-
- distutils_install_for_testing
- epytest tests ${deselect[@]/#/--deselect }
-}
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.18.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.18.0.ebuild
deleted file mode 100644
index 2bf8009bdc6..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.18.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client"
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
- <dev-python/httplib2-1[${PYTHON_USEDEP}]
- dev-python/google-api-core[${PYTHON_USEDEP}]
- >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
- >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
- >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
- <dev-python/uritemplate-4[${PYTHON_USEDEP}]
- "
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/oauth2client[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/parameterized[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests --install pytest
-
-src_prepare() {
- find tests -name '*.py' -exec \
- sed -i -e 's:unittest2 as ::' {} + || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local deselect=(
- # require Internet access (and credentials)
- tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
- tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
- )
-
- distutils_install_for_testing
- epytest tests ${deselect[@]/#/--deselect }
-}
next reply other threads:[~2021-09-27 7:03 UTC|newest]
Thread overview: 332+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 7:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 15:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/ Michał Górny
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-12 7:28 Michał Górny
2024-10-12 7:04 Michał Górny
2024-10-10 5:03 Michał Górny
2024-10-08 3:00 Michał Górny
2024-10-05 9:36 Michał Górny
2024-10-05 9:16 Arthur Zamarin
2024-09-28 12:04 Michał Górny
2024-09-28 11:32 Arthur Zamarin
2024-09-25 4:39 Michał Górny
2024-09-21 12:02 Michał Górny
2024-09-21 11:51 Arthur Zamarin
2024-09-18 14:03 Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 11:31 Arthur Zamarin
2024-09-11 3:09 Michał Górny
2024-09-07 11:12 Michał Górny
2024-09-07 10:58 Michał Górny
2024-09-06 9:25 Michał Górny
2024-08-31 9:21 Michał Górny
2024-08-31 8:00 Arthur Zamarin
2024-08-29 4:52 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24 9:05 Arthur Zamarin
2024-08-21 3:14 Michał Górny
2024-08-15 3:47 Michał Górny
2024-08-10 6:46 Michał Górny
2024-08-10 6:43 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-31 5:52 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 7:41 Arthur Zamarin
2024-07-13 12:02 Michał Górny
2024-07-10 6:32 Michał Górny
2024-07-06 8:33 Michał Górny
2024-07-06 6:45 Sam James
2024-07-03 3:44 Michał Górny
2024-06-28 5:19 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-20 4:45 Michał Górny
2024-06-12 5:08 Michał Górny
2024-06-08 9:02 Michał Górny
2024-06-08 7:33 Arthur Zamarin
2024-06-05 4:51 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-23 2:11 Michał Górny
2024-05-22 9:10 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-22 8:03 Michał Górny
2024-05-11 8:13 Michał Górny
2024-05-11 7:41 Arthur Zamarin
2024-05-11 5:19 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:48 Sam James
2024-04-24 13:42 Michał Górny
2024-04-20 9:48 Michał Górny
2024-04-20 9:45 Michał Górny
2024-04-17 3:42 Michał Górny
2024-04-13 17:49 Michał Górny
2024-04-13 17:36 Sam James
2024-04-03 5:31 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-29 5:16 Michał Górny
2024-03-22 4:38 Michał Górny
2024-03-21 17:45 Arthur Zamarin
2024-03-16 12:08 Michał Górny
2024-03-16 11:28 Arthur Zamarin
2024-03-12 17:51 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-05 19:11 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:20 Arthur Zamarin
2024-03-01 4:47 Michał Górny
2024-02-24 15:12 Michał Górny
2024-02-24 14:04 Sam James
2024-02-23 3:40 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14 7:26 Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-02-09 18:45 Arthur Zamarin
2024-02-03 11:44 Michał Górny
2024-02-03 11:02 Sam James
2024-01-31 6:59 Michał Górny
2024-01-26 17:07 Michał Górny
2024-01-25 4:43 Michał Górny
2024-01-24 19:21 Michał Górny
2024-01-23 18:18 Arthur Zamarin
2024-01-18 19:45 Michał Górny
2024-01-18 18:52 Arthur Zamarin
2024-01-16 17:30 Michał Górny
2024-01-09 6:54 Michał Górny
2024-01-04 17:08 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-24 5:47 Michał Górny
2023-12-15 10:52 Michał Górny
2023-12-15 10:44 Arthur Zamarin
2023-12-13 4:38 Michał Górny
2023-12-08 5:41 Michał Górny
2023-12-02 10:43 Michał Górny
2023-11-30 5:48 Michał Górny
2023-11-14 20:06 Michał Górny
2023-11-07 19:22 Michał Górny
2023-11-03 17:04 Michał Górny
2023-11-03 7:08 Sam James
2023-10-31 19:12 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-25 7:43 Michał Górny
2023-10-17 18:57 Michał Górny
2023-10-10 18:11 Michał Górny
2023-10-04 18:37 Michał Górny
2023-10-04 17:43 Michał Górny
2023-10-04 17:10 Sam James
2023-09-26 4:42 Michał Górny
2023-09-19 15:43 Arthur Zamarin
2023-09-13 2:42 Michał Górny
2023-09-11 14:03 Michał Górny
2023-09-11 11:42 Arthur Zamarin
2023-09-07 3:19 Michał Górny
2023-08-16 4:19 Michał Górny
2023-08-16 2:20 Sam James
2023-08-15 19:15 Michał Górny
2023-08-08 20:06 Michał Górny
2023-07-26 6:03 Michał Górny
2023-07-24 10:49 Michał Górny
2023-07-19 6:57 Michał Górny
2023-07-12 4:04 Michał Górny
2023-07-06 3:31 Michał Górny
2023-06-30 2:46 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-06-21 4:14 Michał Górny
2023-06-13 16:26 Michał Górny
2023-05-31 6:33 Michał Górny
2023-05-25 3:01 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 15:57 Arthur Zamarin
2023-04-22 16:18 Michał Górny
2023-04-22 11:33 Sam James
2023-04-19 6:34 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-06 3:07 Michał Górny
2023-03-29 5:49 Michał Górny
2023-03-25 9:22 Michał Górny
2023-03-25 6:32 Sam James
2023-03-21 20:06 Michał Górny
2023-03-17 17:19 Michał Górny
2023-03-17 16:57 Sam James
2023-03-14 6:11 Michał Górny
2023-03-02 5:13 Michał Górny
2023-02-22 14:36 Michał Górny
2023-02-22 6:09 Sam James
2023-02-21 19:02 Michał Górny
2023-02-16 5:10 Michał Górny
2023-02-15 7:16 Michał Górny
2023-02-08 13:55 Michał Górny
2023-02-08 13:51 Sam James
2023-02-08 6:27 Michał Górny
2023-02-03 7:19 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2023-01-24 20:43 Michał Górny
2023-01-24 20:33 Arthur Zamarin
2023-01-24 18:14 Michał Górny
2023-01-18 7:34 Michał Górny
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2023-01-11 5:14 Michał Górny
2023-01-10 14:23 Michał Górny
2023-01-08 14:17 Michał Górny
2023-01-05 8:36 Michał Górny
2022-12-17 7:08 Michał Górny
2022-12-16 21:19 Arthur Zamarin
2022-12-09 13:56 Michał Górny
2022-12-01 7:09 Michał Górny
2022-11-19 16:52 Michał Górny
2022-11-19 16:40 Sam James
2022-11-16 17:21 Michał Górny
2022-11-05 5:04 Michał Górny
2022-11-05 2:38 Sam James
2022-10-19 3:49 Michał Górny
2022-10-10 20:22 Michał Górny
2022-10-10 18:37 Sam James
2022-10-05 5:20 Arthur Zamarin
2022-09-27 18:25 Arthur Zamarin
2022-09-26 6:06 Michał Górny
2022-09-25 23:58 Sam James
2022-09-22 7:40 Michał Górny
2022-09-20 5:37 Michał Górny
2022-09-20 0:07 Sam James
2022-09-11 5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-09-09 7:23 Arthur Zamarin
2022-08-23 16:48 Arthur Zamarin
2022-08-19 17:18 Michał Górny
2022-08-19 16:54 Sam James
2022-08-16 18:51 Arthur Zamarin
2022-08-09 17:58 Arthur Zamarin
2022-07-29 10:37 Arthur Zamarin
2022-07-24 20:29 Michał Górny
2022-07-24 19:13 Sam James
2022-07-20 5:39 Michał Górny
2022-07-14 18:34 Arthur Zamarin
2022-06-28 18:49 Arthur Zamarin
2022-06-22 7:59 Michał Górny
2022-06-22 6:53 Agostino Sarubbo
2022-06-15 11:32 Michał Górny
2022-06-08 5:35 Michał Górny
2022-05-26 8:07 Michał Górny
2022-05-21 19:22 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-18 5:58 Michał Górny
2022-05-04 8:19 Michał Górny
2022-04-27 8:12 Michał Górny
2022-04-27 6:46 Michał Górny
2022-04-26 22:05 Sam James
2022-04-20 7:47 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16 7:38 Sam James
2022-04-12 17:34 Michał Górny
2022-04-05 17:55 Arthur Zamarin
2022-03-28 10:14 Michał Górny
2022-03-28 6:51 Agostino Sarubbo
2022-03-23 8:58 Michał Górny
2022-03-15 18:24 Michał Górny
2022-03-15 13:23 Michał Górny
2022-02-27 18:46 Michał Górny
2022-02-25 11:24 Arthur Zamarin
2022-02-25 11:24 Arthur Zamarin
2022-02-24 8:52 Michał Górny
2022-02-23 21:30 Michał Górny
2022-02-09 19:45 Michał Górny
2022-01-19 9:06 Michał Górny
2022-01-14 8:08 Michał Górny
2022-01-13 12:06 Michał Górny
2022-01-13 4:16 Sam James
2022-01-06 19:31 Arthur Zamarin
2022-01-03 22:30 Michał Górny
2022-01-03 19:23 Jakov Smolić
2021-12-07 23:27 Michał Górny
2021-12-02 23:13 Michał Górny
2021-11-29 14:45 Michał Górny
2021-11-28 23:36 Jakov Smolić
2021-11-17 9:55 Michał Górny
2021-11-10 7:32 Michał Górny
2021-11-03 6:43 Michał Górny
2021-11-02 22:59 Michał Górny
2021-10-31 20:26 Michał Górny
2021-10-27 17:01 Michał Górny
2021-10-20 9:40 Michał Górny
2021-10-13 10:09 Michał Górny
2021-10-12 6:18 Michał Górny
2021-10-10 16:18 Michał Górny
2021-10-06 7:46 Michał Górny
2021-09-29 8:16 Michał Górny
2021-09-27 6:55 Agostino Sarubbo
2021-09-21 19:11 Michał Górny
2021-09-14 21:35 Michał Górny
2021-09-08 20:26 Michał Górny
2021-09-02 21:00 Michał Górny
2021-08-30 5:54 Michał Górny
2021-08-30 1:23 Sam James
2021-08-25 7:07 Michał Górny
2021-08-18 6:56 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-27 7:05 Michał Górny
2021-07-21 7:25 Michał Górny
2021-07-15 9:22 Michał Górny
2021-07-07 22:29 Michał Górny
2021-07-05 11:16 Michał Górny
2021-07-03 6:26 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-06-30 6:01 Michał Górny
2021-06-23 9:28 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-08 23:12 Michał Górny
2021-06-05 21:08 Michał Górny
2021-06-05 20:35 Sam James
2021-06-01 21:37 Michał Górny
2021-05-26 20:39 Michał Górny
2021-05-21 9:21 Michał Górny
2021-05-13 8:56 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-04-29 11:42 Michał Górny
2021-04-29 7:59 Michał Górny
2021-04-29 7:59 Michał Górny
2021-04-29 7:18 Michał Górny
2021-04-14 7:19 Michał Górny
2021-04-01 7:43 Michał Górny
2021-03-04 22:21 Michał Górny
2021-03-03 23:39 Michał Górny
2021-03-03 23:39 Michał Górny
2020-12-11 14:51 Michał Górny
2020-09-20 20:21 Agostino Sarubbo
2020-08-31 20:54 Thomas Deutschmann
2020-08-31 0:55 Zac Medico
2020-08-09 23:34 Zac Medico
2020-06-06 18:01 Michał Górny
2020-05-14 21:26 Mart Raudsepp
2020-05-14 16:43 Patrick McLean
2020-03-28 11:21 Michał Górny
2020-03-27 10:42 Michał Górny
2020-02-05 15:48 Michał Górny
2019-07-12 17:52 Patrick McLean
2019-07-12 17:31 Patrick McLean
2019-04-10 22:44 Matthew Thode
2018-02-22 19:59 Matt Thode
2018-01-05 13:26 Michał Górny
2017-09-30 0:31 Matt Thode
2017-06-26 11:04 Alexis Ballier
2017-05-13 6:31 Markus Meier
2017-05-04 4:13 Zac Medico
2017-03-17 20:03 Zac Medico
2017-02-20 18:15 Markus Meier
2017-01-18 11:57 Agostino Sarubbo
2017-01-18 11:29 Agostino Sarubbo
2016-11-05 23:54 Robin H. Johnson
2016-10-12 11:15 Zac Medico
2016-02-21 15:32 Justin Lecher
2015-11-25 22:17 Zac Medico
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=1632726038.d544b9bab85cc900d2338a69dde3cffeb86a552d.mgorny@gentoo \
--to=mgorny@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