]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use -c to show patch comments
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:08 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit56d33104e1961df27899d335ad55ecf4b9785cbd
tree5d7d7b45452629ca17a1e5c2a8477e300c550003
parent0ab5e441e7f7433cad6bf16ea509dfc415a18b4f
patman: Use -c to show patch comments

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@chromium.org>
tools/patman/cmdline.py