* [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy
@ 2023-11-06 11:29 Ahmad Fatoum
2023-11-06 11:41 ` Bastian Krause
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2023-11-06 11:29 UTC (permalink / raw)
To: oss-tools
The oss-tools list is shared between a number of projects, so we should
always use a subject prefix to make it clear where the patch applies.
The README already notes that and references the git man page, but it's
more convenient to just provide a command line that can be directly
copied and pasted.
Cc: Bastian Krause <bst@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
README | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README b/README
index d68e6dacae6c..c6ef99c10b00 100644
--- a/README
+++ b/README
@@ -44,8 +44,10 @@ The Git web view for this software can be found at:
<https://git.pengutronix.de/cgit/tools/dt-utils>
Any patches should be sent to the mailing list above. Please prefix your
-subject with "[PATCH dt-utils]" (when sending patches with Git, see the
-git-config manpage for the option format.subjectPrefix).
+subject with "[PATCH dt-utils]". This can be configured in Git with:
+
+ git config format.subjectPrefix "PATCH dt-utils"
+
Mails sent to this mailing list are also archived at
<https://lore.pengutronix.de/oss-tools/>
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy
2023-11-06 11:29 [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy Ahmad Fatoum
@ 2023-11-06 11:41 ` Bastian Krause
2023-11-06 11:44 ` Roland Hieber
2023-11-24 11:23 ` Roland Hieber
2 siblings, 0 replies; 4+ messages in thread
From: Bastian Krause @ 2023-11-06 11:41 UTC (permalink / raw)
To: Ahmad Fatoum, oss-tools
On 11/6/23 12:29, Ahmad Fatoum wrote:
> The oss-tools list is shared between a number of projects, so we should
> always use a subject prefix to make it clear where the patch applies.
>
> The README already notes that and references the git man page, but it's
> more convenient to just provide a command line that can be directly
> copied and pasted.
>
> Cc: Bastian Krause <bst@pengutronix.de>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> README | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index d68e6dacae6c..c6ef99c10b00 100644
> --- a/README
> +++ b/README
> @@ -44,8 +44,10 @@ The Git web view for this software can be found at:
> <https://git.pengutronix.de/cgit/tools/dt-utils>
>
> Any patches should be sent to the mailing list above. Please prefix your
> -subject with "[PATCH dt-utils]" (when sending patches with Git, see the
> -git-config manpage for the option format.subjectPrefix).
> +subject with "[PATCH dt-utils]". This can be configured in Git with:
> +
> + git config format.subjectPrefix "PATCH dt-utils"
> +
Nice, thanks!
Regards,
Bastian
> Mails sent to this mailing list are also archived at
>
> <https://lore.pengutronix.de/oss-tools/>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy
2023-11-06 11:29 [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy Ahmad Fatoum
2023-11-06 11:41 ` Bastian Krause
@ 2023-11-06 11:44 ` Roland Hieber
2023-11-24 11:23 ` Roland Hieber
2 siblings, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2023-11-06 11:44 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: oss-tools
On Mon, Nov 06, 2023 at 12:29:53PM +0100, Ahmad Fatoum wrote:
> The oss-tools list is shared between a number of projects, so we should
> always use a subject prefix to make it clear where the patch applies.
>
> The README already notes that and references the git man page, but it's
> more convenient to just provide a command line that can be directly
> copied and pasted.
>
> Cc: Bastian Krause <bst@pengutronix.de>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> ---
> README | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index d68e6dacae6c..c6ef99c10b00 100644
> --- a/README
> +++ b/README
> @@ -44,8 +44,10 @@ The Git web view for this software can be found at:
> <https://git.pengutronix.de/cgit/tools/dt-utils>
>
> Any patches should be sent to the mailing list above. Please prefix your
> -subject with "[PATCH dt-utils]" (when sending patches with Git, see the
> -git-config manpage for the option format.subjectPrefix).
> +subject with "[PATCH dt-utils]". This can be configured in Git with:
> +
> + git config format.subjectPrefix "PATCH dt-utils"
> +
> Mails sent to this mailing list are also archived at
>
> <https://lore.pengutronix.de/oss-tools/>
> --
> 2.39.2
>
>
>
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy
2023-11-06 11:29 [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy Ahmad Fatoum
2023-11-06 11:41 ` Bastian Krause
2023-11-06 11:44 ` Roland Hieber
@ 2023-11-24 11:23 ` Roland Hieber
2 siblings, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2023-11-24 11:23 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: oss-tools
On Mon, Nov 06, 2023 at 12:29:53PM +0100, Ahmad Fatoum wrote:
> The oss-tools list is shared between a number of projects, so we should
> always use a subject prefix to make it clear where the patch applies.
>
> The README already notes that and references the git man page, but it's
> more convenient to just provide a command line that can be directly
> copied and pasted.
>
> Cc: Bastian Krause <bst@pengutronix.de>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> README | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Thanks, this patch is now released in v2023.11.0.
- Roland
> diff --git a/README b/README
> index d68e6dacae6c..c6ef99c10b00 100644
> --- a/README
> +++ b/README
> @@ -44,8 +44,10 @@ The Git web view for this software can be found at:
> <https://git.pengutronix.de/cgit/tools/dt-utils>
>
> Any patches should be sent to the mailing list above. Please prefix your
> -subject with "[PATCH dt-utils]" (when sending patches with Git, see the
> -git-config manpage for the option format.subjectPrefix).
> +subject with "[PATCH dt-utils]". This can be configured in Git with:
> +
> + git config format.subjectPrefix "PATCH dt-utils"
> +
> Mails sent to this mailing list are also archived at
>
> <https://lore.pengutronix.de/oss-tools/>
> --
> 2.39.2
>
>
>
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-24 11:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 11:29 [OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy Ahmad Fatoum
2023-11-06 11:41 ` Bastian Krause
2023-11-06 11:44 ` Roland Hieber
2023-11-24 11:23 ` Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox