git-pw icon indicating copy to clipboard operation
git-pw copied to clipboard

A tool for integrating Git with Patchwork, the web-based patch tracking system

Results 13 git-pw issues
Sort by recently updated
recently updated
newest added
trafficstars

At present, configuration can be loaded from one of three places (in order of priority): 1. Environment flags, e.g. `PW_USERNAME` 2. Command-line options, e.g. `--username` 3. The _git-config_ cache, e.g....

enhancement

Commands that download patchwork API resources for internal usage (such as `git pw series apply`) call `api.download()` without an `output` argument. This creates a temporary directory to store the downloaded...

I ran into the following problem while trying to apply [this patch](https://patchwork.sourceware.org/project/gdb/patch/[email protected]/): ``` $ git-pw patch apply 120008 Failed to apply patch: Applying: New '--binary-output' command line option, fix gdb.mi/...