1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH "GIT-PW PATCH UPDATE" "1" "2024-10-23" "2.7.0" "git-pw patch update Manual"
.SH NAME
git-pw\-patch\-update \- Update one or more patches.
.SH SYNOPSIS
.B git-pw patch update
[OPTIONS] PATCH_IDS...
.SH DESCRIPTION
Update one or more patches.
.PP
Updates one or more Patches on the Patchwork instance. Some operations may
require admin or maintainer permissions.
.SH OPTIONS
.TP
\fB\-\-commit\-ref\fP COMMIT_REF
Set the patch commit reference hash
.TP
\fB\-\-state\fP 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'.
.TP
\fB\-\-delegate\fP DELEGATE
Set the patch delegate. Should be unique user identifier: either a username or a user's email address.
.TP
\fB\-\-archived\fP ARCHIVED
Set the patch archived state.
.TP
\fB\-f,\fP \-\-format [simple|table|csv|yaml]
Output format. Defaults to the value of 'git config pw.format' else 'table'.
|