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

Fixes bug: https://github.com/getpatchwork/git-pw/issues/70 with incorrect output for 'Patches' property in .yaml format.

For example: ``` $ git-pw series show 17817 -fyaml - property: ID value: 17817 - property: Date value: '2023-10-16T19:44:55' - property: Name value: 'patchtest: add to oe-core' - property: URL...

enhancement
help wanted

Rather the point to confirm than the bug. Instance: patchwork.ozlabs.org Amount of patches: 15 % time git pw patch update --state superseded --archived yes $(seq 993588 993602) ... real 0m44.679s...

enhancement
help wanted

I would like to be able to configure pw.token to name a file or program producing a token. That way, if while debugging I send someone output of "git config...

enhancement

This sort of goes in line with issue #50, I would like a way to extract all participants the patchwork series has been sent to and dump it in `git...

enhancement

Update series is usually what would be nice to have.

enhancement

The `git pw patch show` shows the `Message ID` field, which is great. When I do a `git pw series show`, I would love to have the `Message ID` field...

enhancement

The Linux kernel changelog format is evolving and requests to add: Link://lore.kernel.org/lkml/$Message-ID in order to help tracking the submitted/merged patches. This line must be the first one in tags list....

enhancement

When run `git pw patch update --state ` I have to provide an exact spelling of the `` in question. However, when I got information about current state (either via...

Since there is no easy way to mark the series archived, I do this via `pwclient`, unfortunately by some reason `git pw series list` shows some strange subset of the...

enhancement