| From foo@z Thu Jan 1 00:00:00 1970 |
| From: Test Test <test@example.com> |
| Subject: [PATCH] Simple test |
| To: Some List <list-1@lists.example.com> |
| Cc: Dev Eloper1 <dev-eloper1@example.com>, |
| Dev Eloper2 <dev-eloper2@example.com> |
| Date: Tue, 30 Aug 2022 11:19:07 -0400 |
| Message-Id: <orig-message@example.com> |
| |
| Follow-up trailer collating test. |
| |
| Fixes: abcdef01234567890 |
| Reviewed-by: Original Reviewer <original-reviewer@example.com> |
| Link: https://msgid.link/some@msgid.here |
| Signed-off-by: Original Submitter <original-submitter@example.com> |
| --- |
| This contains comments that are included below the message, but there is |
| no diffstat. |
| |
| --- a/b4/junk.py |
| +++ b/b4/junk.py |
| @@@ -1,1 +1,1 @@ def junk(): |
| |
| |
| -junk1 |
| +junk2 |
| |
| |
| -- |
| 2.wong.fu |
| |
| From foo@z Thu Jan 1 00:00:00 1970 |
| From: Followup Reviewer1 <followup-reviewer1@example.com> |
| Subject: Re: [PATCH] Simple test |
| Date: Tue, 30 Aug 2022 11:19:07 -0400 |
| Message-Id: <fwup-message-1@example.com> |
| In-Reply-To: <orig-message@example.com> |
| References: <orig-message@example.com> |
| |
| > This is a simple trailer parsing test. |
| |
| Reviewed-by: Followup Reviewer1 <followup-reviewer1@example.com> |
| |
| -- |
| My sig |