getpatchwork / patchwork

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
GNU General Public License v2.0
276 stars 82 forks source link

Click to copy all patch ID's (separated by space) on series page #261

Open pevik opened 5 years ago

pevik commented 5 years ago

Copy ID with click is a nice feature. I wish to have extra column to copy all ID's with one click. Separate them in memory with space, so it can be passed pwclient to download whole patchset.

ajdlinux commented 5 years ago

Do you have a use case for this apart from downloading a patch series? If you're applying a full series, use git-pw which supports fetching entire series at a time.