You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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:
Where
846671
is a patch series and the command applies all patches from that series.The text was updated successfully, but these errors were encountered: