diff mbox series

[5/6] docs/manual/contribute.adoc: link to git-send-email.io

Message ID 20240206105246.1220945-5-buildroot@bubu1.eu
State Accepted
Headers show
Series [1/6] utils/readme.txt: expand check-package description | expand

Commit Message

Marcus Hoffmann Feb. 6, 2024, 10:52 a.m. UTC
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 <buildroot@bubu1.eu>
---
 docs/manual/contribute.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Feb. 6, 2024, 4:03 p.m. UTC | #1
Marcus, All,

On 2024-02-06 11:52 +0100, Marcus Hoffmann via buildroot spake thusly:
> 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 <buildroot@bubu1.eu>

Applied to master, thanks.

Regards,
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,
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

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,