Man page - git-pw-patch-update(1)
Packages contas this manual
- git-pw-patch-update(1)
- git-pw-series-download(1)
- git-pw-patch-download(1)
- git-pw-patch-list(1)
- git-pw-patch-show(1)
- git-pw-patch(1)
- git-pw-bundle-create(1)
- git-pw-bundle(1)
- git-pw-series-list(1)
- git-pw(1)
- git-pw-bundle-download(1)
- git-pw-bundle-apply(1)
- git-pw-series(1)
- git-pw-bundle-update(1)
- git-pw-series-apply(1)
- git-pw-bundle-add(1)
- git-pw-bundle-remove(1)
- git-pw-bundle-delete(1)
- git-pw-patch-apply(1)
- git-pw-bundle-list(1)
- git-pw-series-show(1)
- git-pw-bundle-show(1)
Package: git-pw
apt-get install git-pw
apt-get install git-pw
Manuals in package:
Documentations in package:
Manual
| GIT-PW PATCH UPDATE(1) | git-pw patch update Manual | GIT-PW PATCH UPDATE(1) |
NAME
git-pw-patch-update - Update one or more patches.
SYNOPSIS
git-pw patch update [OPTIONS] PATCH_IDS...
DESCRIPTION
Update one or more patches.
Updates one or more Patches on the Patchwork instance. Some operations may require admin or maintainer permissions.
OPTIONS
- --commit-ref COMMIT_REF
- Set the patch commit reference hash
- --state STATE
- Set the patch state. Should be a slugified representation of a state. The available states are instance dependant and can be configured using 'git config pw.states'.
- --delegate DELEGATE
- Set the patch delegate. Should be unique user identifier: either a username or a user's email address.
- --archived ARCHIVED
- Set the patch archived state.
- -f, --format [simple|table|csv]
- Output format. Defaults to the value of 'git config pw.format' else 'table'.
| 2020-04-17 | 1.9.0 |