~postmarketos/pmbootstrap-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH pmbootstrap] README: Document git commands for setting the git-send-email defaults

Details
Message ID
<20221027204356.38520-1-martijn@brixit.nl>
DKIM signature
missing
Download raw message
Patch: +6 -0
It's possible to set the default To: address and subject prefix in the
git config of the local checkout. This makes the workflow a bit easier
and makes sure the subject starts with [PATCH pmbootstrap] instead of
the regular [PATCH].
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 005e7bc1..de3554f3 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,12 @@ Send patches via mail or web UI to
~postmarketos/pmbootstrap-devel@lists.sr.ht
```

You can set the default values for sending email in the git checkout
```
$ git config sendemail.to "~postmarketos/pmbootstrap-devel@lists.sr.ht"
$ git config format.subjectPrefix "PATCH pmbootstrap"
```

Run CI scripts locally with:
```
$ pmbootstrap ci
-- 
2.37.1
Details
Message ID
<e10cdbab-bb89-ee9b-58a8-025c7d0b9a5a@postmarketos.org>
In-Reply-To
<20221027204356.38520-1-martijn@brixit.nl> (view parent)
DKIM signature
pass
Download raw message

On 27/10/2022 21:43, Martijn Braam wrote:
> It's possible to set the default To: address and subject prefix in the
> git config of the local checkout. This makes the workflow a bit easier
> and makes sure the subject starts with [PATCH pmbootstrap] instead of
> the regular [PATCH].

Reviewed-by: Caleb Connolly <kc@postmarketos.org>

I'll pick this up I guess...

> ---
>   README.md | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/README.md b/README.md
> index 005e7bc1..de3554f3 100644
> --- a/README.md
> +++ b/README.md
> @@ -17,6 +17,12 @@ Send patches via mail or web UI to
>   ~postmarketos/pmbootstrap-devel@lists.sr.ht
>   ```
>   
> +You can set the default values for sending email in the git checkout
> +```
> +$ git config sendemail.to "~postmarketos/pmbootstrap-devel@lists.sr.ht"
> +$ git config format.subjectPrefix "PATCH pmbootstrap"
> +```
> +
>   Run CI scripts locally with:
>   ```
>   $ pmbootstrap ci

-- 
Kind Regards,
Caleb (they/them)
Reply to thread Export thread (mbox)