Provided by: git-pw_2.0.0-2_all
NAME
git-pw-patch - Interact with patches.
SYNOPSIS
git-pw patch [OPTIONS] COMMAND [ARGS]...
DESCRIPTION
Interact with patches. Patches are the central object in Patchwork structure. A patch contains both a diff and some metadata, such as the name, the description, the author, the version of the patch etc. Patchwork stores not only the patch itself but also various metadata associated with the email that the patch was parsed from, such as the message headers or the date the message itself was received.
COMMANDS
apply Apply patch. See git-pw patch-apply(1) for full documentation on the apply command. show Show information about patch. See git-pw patch-show(1) for full documentation on the show command. download Download patch in diff or mbox format. See git-pw patch-download(1) for full documentation on the download command. update Update one or more patches. See git-pw patch-update(1) for full documentation on the update command. list List patches. See git-pw patch-list(1) for full documentation on the list command.