Man page - git-pw(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)
apt-get install git-pw
Manual
| GIT-PW(1) | git-pw Manual | GIT-PW(1) |
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.
| 2020-04-17 | 1.9.0 |