Man page - git-pw-patch-list(1)
Packages contains this manual
- git-pw-bundle-remove(1)
- git-pw-patch-show(1)
- git-pw-series(1)
- git-pw-bundle-create(1)
- git-pw-patch-update(1)
- git-pw-series-list(1)
- git-pw-bundle-show(1)
- git-pw-bundle-list(1)
- git-pw-bundle-apply(1)
- git-pw-patch-list(1)
- git-pw-series-apply(1)
- git-pw-bundle-add(1)
- git-pw-patch-download(1)
- git-pw-bundle-delete(1)
- git-pw-bundle-update(1)
- git-pw-patch(1)
- git-pw-bundle-download(1)
- git-pw-bundle(1)
- git-pw-series-download(1)
- git-pw-series-show(1)
- git-pw(1)
- git-pw-patch-apply(1)
apt-get install git-pw
Manual
GIT-PW PATCH LIST
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
git-pw-patch-list - List patches.
SYNOPSIS
git-pw patch list [OPTIONS] [NAME]
DESCRIPTION
List patches.
List patches on the Patchwork instance.
OPTIONS
--state STATE
Show only patches matching these states. Should be slugified representations of states. The available states are instance dependant.
--submitter SUBMITTER
Show only patches by these submitters. Should be an email, name or ID.
--delegate DELEGATE
Show only patches by these delegates. Should be an email or username.
--archived
Include patches that are archived.
--sort FIELD
Sort output on given field.
--page PAGE
Page to retrieve items from. This is influenced by the size of LIMIT.
--limit LIMIT
Maximum number of items to show.
-c, --column COLUMN
Columns to be included in output.
-f, --format [simple|table|csv]
Output format. Defaults to the value of ’git config pw.format’ else ’table’.