diff mbox series

[kteam-tools] cranky/docs: cranky already sets suppresscc=all in kernel gitconfig

Message ID 20210304073724.6623-1-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [kteam-tools] cranky/docs: cranky already sets suppresscc=all in kernel gitconfig | expand

Commit Message

Krzysztof Kozlowski March 4, 2021, 7:37 a.m. UTC
During checkout cranky already sets sendemail.suppresscc=all in
Git repository config.  No need to set it in global gitconfig and it
might mess with upstream process because there is no way to remove the
setting if it is set globally.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 cranky/docs/snip-gitconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefan Bader March 4, 2021, 9:23 a.m. UTC | #1
On 04.03.21 08:37, Krzysztof Kozlowski wrote:
> During checkout cranky already sets sendemail.suppresscc=all in
> Git repository config.  No need to set it in global gitconfig and it
> might mess with upstream process because there is no way to remove the
> setting if it is set globally.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>   cranky/docs/snip-gitconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/cranky/docs/snip-gitconfig b/cranky/docs/snip-gitconfig
> index d4b275728340..8a19c3cace29 100644
> --- a/cranky/docs/snip-gitconfig
> +++ b/cranky/docs/snip-gitconfig
> @@ -13,7 +13,6 @@
>   	cccover = 0
>   	tocover = 0
>   	chainreplyto = false
> -	suppresscc = all
>   	suppressfrom = true
>   
>   [url "git+ssh://<your-launchpad-id>@git.launchpad.net/"]
> 

kteam-tools changes should go to our other mailing list.

-Stefan
diff mbox series

Patch

diff --git a/cranky/docs/snip-gitconfig b/cranky/docs/snip-gitconfig
index d4b275728340..8a19c3cace29 100644
--- a/cranky/docs/snip-gitconfig
+++ b/cranky/docs/snip-gitconfig
@@ -13,7 +13,6 @@ 
 	cccover = 0
 	tocover = 0
 	chainreplyto = false
-	suppresscc = all
 	suppressfrom = true
 
 [url "git+ssh://<your-launchpad-id>@git.launchpad.net/"]