Re: [PATCH net-next] tun: fix group permission check

From: stsp
Date: Mon Dec 09 2024 - 16:59:57 EST


10.12.2024 00:44, Jakub Kicinski пишет:
On Sun, 8 Dec 2024 09:53:40 +0300 stsp wrote:
I personally put a --- line between SOB and the CCs.
That way git am discards the CCs when patch is applied.
I simply used the output of
get_maintainer.pl and copy/pasted
it directly to commit msg.
After doing so, git format-patch
would put --- after CCs.
How to do that properly?
You can have multiple --- markers, you can insert your marker and let
git format-patch add another.

Thank you.