Man page - git-pw-patch(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
NAMESYNOPSIS
DESCRIPTION
COMMANDS
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.