Re: [meta-freescale] [PATCH] README: Remove subject-prefix from git format-patch command

2016-10-21 Thread Thomas Thorne
You may wish to update the same are for the documentation repo.  Currently that 
adds a "documentation]" tag in where this code added "meta-freescale]"

Thomas A. F. Thorne  Software Engineer  Net2Edge

-Original Message-
From: meta-freescale-boun...@yoctoproject.org 
[mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Fabio Berton
Sent: 21 October 2016 13:08
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] [PATCH] README: Remove subject-prefix from git 
format-patch command

Removing --subject-prefix='meta-freescale][PATCH']' from git format-patch the 
generated patch will be created with default subject as shown bellow:

Subject: [PATCH] README: Remove subject-prefix from git format-patch command

Signed-off-by: Fabio Berton 
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 33d4c08..1f40864 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ Source code:
 
 When creating patches, please use something like:
 
-git format-patch -s --subject-prefix='meta-freescale][PATCH' origin
+git format-patch -s origin
 
 When sending patches, please use something like:
 
--
2.1.4

--
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH] README: Remove subject-prefix from git format-patch command

2016-10-21 Thread Fabio Berton
Hi Thomas,

For documentation repo we still use [Documentation] tag. The new style for
subject-prefix is:

Patches for prefix

meta-freescale  [PATCH]
meta-freescale-3rparty  [3rparty][PATCH]
meta-freescale-distro   [distro][PATCH]
Documentation   [Documentation][PATCH]

Fabio Berton.

On Fri, Oct 21, 2016 at 10:31 AM, Thomas Thorne 
wrote:

> You may wish to update the same are for the documentation repo.  Currently
> that adds a "documentation]" tag in where this code added "meta-freescale]"
>
> Thomas A. F. Thorne  Software Engineer  Net2Edge
>
> -Original Message-
> From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
> boun...@yoctoproject.org] On Behalf Of Fabio Berton
> Sent: 21 October 2016 13:08
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] [PATCH] README: Remove subject-prefix from git
> format-patch command
>
> Removing --subject-prefix='meta-freescale][PATCH']' from git format-patch
> the generated patch will be created with default subject as shown bellow:
>
> Subject: [PATCH] README: Remove subject-prefix from git format-patch
> command
>
> Signed-off-by: Fabio Berton 
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 33d4c08..1f40864 100644
> --- a/README
> +++ b/README
> @@ -31,7 +31,7 @@ Source code:
>
>  When creating patches, please use something like:
>
> -git format-patch -s --subject-prefix='meta-freescale][PATCH' origin
> +git format-patch -s origin
>
>  When sending patches, please use something like:
>
> --
> 2.1.4
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale