wiki:FetchingPatchworkPatches

Version 1 (modified by Andriy Gelman, 5 years ago) ( diff )

--

How to easily apply a patch series to your local source tree from Patchwork

  • Find a patch that you want to apply locally on Patchwork
  • Right click on the Series button and copy the link
  • Paste the link into your terminal. Fetch the series with curl and pipe into git
    curl https://patchwork.ffmpeg.org/series/4252/mbox/ | git am -3
    

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.