[PATCH 15/25] patman: Use -c to show patch comments

Simon Glass sjg at chromium.org
Sat May 24 07:06:02 CEST 2025


We chose -C as the flag to enable showing comments because -c was used
in 'patman send' to specify the patch count. Now that the 'send' parser
is separated we don't need to do this and it is OK to use the same flag
in a different subcommand.

We want to have a flag for cover-letter comments, so it makes most sense
to have -C for that and -c for patch comments. Update the latter.

Put this in a function since the new 'series' command will add this flag
too.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/patman/cmdline.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Applied to sjg/master, thanks!


More information about the U-Boot mailing list