From b4639b493a9729e1d8bfe0839aed871f1a96a207 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 6 Feb 2024 11:52:41 +0100 Subject: [PATCH] docs/manual/contribute.adoc: link to git-send-email.io https://git-send-email.io/ is a page maintained by sourcehut which explains how to setup git send-email on many OS's for many popular email providers. Signed-off-by: Marcus Hoffmann Signed-off-by: Yann E. MORIN --- docs/manual/contribute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/contribute.adoc b/docs/manual/contribute.adoc index 2b90d13b41..684e9f4809 100644 --- a/docs/manual/contribute.adoc +++ b/docs/manual/contribute.adoc @@ -369,7 +369,7 @@ $ git send-email origin/master --------------------- Note that +git+ should be configured to use your mail account. -To configure +git+, see +man git-send-email+ or google it. +To configure +git+, see +man git-send-email+ or https://git-send-email.io/. If you do not use +git send-email+, make sure posted *patches are not line-wrapped*, otherwise they cannot easily be applied. In such a case,