Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add a command to fetch all patches in a series and apply them #34

Open
wt opened this issue Apr 24, 2024 · 1 comment
Open

Please add a command to fetch all patches in a series and apply them #34

wt opened this issue Apr 24, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@wt
Copy link

wt commented Apr 24, 2024

I currently have to find all patches in a series and manually list them as args to git-am to apply them. It would be cooler if I could apply them with the series id somehow.

I would love to be able to do something like this:

pwclient git-am-series 846671

Where 846671 is a patch series and the command applies all patches from that series.

@stephenfin stephenfin added help wanted Extra attention is needed good first issue Good for newcomers labels May 2, 2024
@stephenfin
Copy link
Member

You can do this already with git pw. Specifically with git pw series apply. It would be no harm to have equivalent functionality in pwclient though. Patches welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants