From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id A9F603858428; Wed, 7 Sep 2022 13:53:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9F603858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662558796; bh=11MI0uv6hLclxYyBLVKxLZs1vVqUTRlRgbqtTeGta+c=; h=To:Subject:Date:From:From; b=wkP2qLn5NXUcjoJm1ru9oruKsjBL7r/JUEIqfb0hm65Q/tGJhoXQSZ9NFW1E3gRxi iyUurjEx/C6keqpTsexre1dHY2WcHOUd/xhtQGxBhQdRCIaaavAHQHtJfecXPhgEtc CqhgCtZZIWhHG4onr7WXqDf4XpVXQ3S17uCjeG2U= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 74b4ad47414593cfbf3325c41c587c5447b0a75e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ecde930138f8cef11b492174beb146a040d99a3 X-Git-Newrev: 74b4ad47414593cfbf3325c41c587c5447b0a75e Message-Id: <20220907135316.A9F603858428@sourceware.org> Date: Wed, 7 Sep 2022 13:53:16 +0000 (GMT) From: Jason Merrill List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 74b4ad47414593cfbf3325c41c587c5447b0a75e (commit) from 7ecde930138f8cef11b492174beb146a040d99a3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 74b4ad47414593cfbf3325c41c587c5447b0a75e Author: Jason Merrill Date: Tue Aug 23 13:27:15 2022 -0400 contribute: link to kernel doc about patch email diff --git a/htdocs/contribute.html b/htdocs/contribute.html index c985b87d..6e72e96f 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -237,6 +237,11 @@ changing.) For further information on our source repository, see the Anonymous read-only Git access and Read-write Git access pages.

+

Many mail clients break patches pasted into the message body, primarily by +wrapping long lines. See + +the Linux kernel documentation for ways to work around this.

+

(Everything listed here still applies if you can check in the patch without further approval under the GCC write access policies, except ----------------------------------------------------------------------- Summary of changes: htdocs/contribute.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs