commit | fec886efed5ebd389756acedf3e7c8fab7fc5531 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:26 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | a3a3a018025dfdc9b82ae0beefe8f6a2b7fe0e66 | |
parent | 802eeea2c76929f2cd1bd722e4bb572fa1815fff [diff] |
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>