Man page - git-pw(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
NAMESYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
NAME
git-pw - git-pw is a tool for integrating Git with...
SYNOPSIS
git-pw [OPTIONS] COMMAND [ARGS]...
DESCRIPTION
git-pw is a tool for integrating Git with Patchwork.
git-pw can interact with individual patches, complete patch series, and customized bundles. The three major subcommands are *patch*, *bundle*, and *series*.
The git-pw utility is a wrapper which makes REST calls to the Patchwork service. To use git-pw, you must set up your environment by configuring your Patchwork server URL and either an API token or a username and password. To configure the server URL, run::
git config pw.server http://pw.server.com/path/to/patchwork
To configure the token, run::
git config pw.token token
Alternatively, you can pass these options via command line parameters or environment variables.
For more information on any of the commands, simply pass āā--helpāā to the appropriate command.
OPTIONS
--debug
Output more information about whatās going on.
--token TOKEN
Authentication token. Defaults to the value of āgit config pw.tokenā.
--username USERNAME
Authentication username. Defaults to the value of āgit config pw.usernameā.
--password PASSWORD
Authentication password. Defaults to the value of āgit config pw.passwordā.
--server SERVER
Patchwork server address/hostname. Defaults to the value of āgit config pw.serverā.
--project PROJECT
Patchwork project. Defaults the value of āgit config pw.projectā.
--version
Show the version and exit.
COMMANDS
patch
Interact with patches.
See
git-pw-patch(1)
for full documentation on the
patch
command.
series
Interact with series.
See
git-pw-series(1)
for full documentation on the
series
command.
bundle
Interact with bundles.
See
git-pw-bundle(1)
for full documentation on the
bundle
command.