]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use a pager when outputting status
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:26 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit605717405fce4e73ea12479d60098fa7da1e8bf3
treea3a3a018025dfdc9b82ae0beefe8f6a2b7fe0e66
parent52aef33f953b5864dc015448783ecd2d9415e52f
patman: Use a pager when outputting status

The pager makes it easier to review large number of comments. Add it
around the output.

Patman normally sends multiple concurrent requests to the patchwork
server, as this is faster. Provide an option to disable this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/status.py