Difference between revisions of "Patchwork"

From Openembedded.org
Jump to: navigation, search
m (add the word "queue" to the page so it can be found when searching for "patch queue")
(url to patchwork server added)
Line 1: Line 1:
 +
OE patchwork is running at [http://patchwork.openembedded.org patchwork.openembedded.org].
 +
 
To apply a patch from the patchwork queue using [[Git]], download the mbox file and apply it using
 
To apply a patch from the patchwork queue using [[Git]], download the mbox file and apply it using
 
  git am < file
 
  git am < file

Revision as of 12:26, 10 August 2009

OE patchwork is running at patchwork.openembedded.org.

To apply a patch from the patchwork queue using Git, download the mbox file and apply it using

git am < file

If the submitter of the patch has not written the Subject of the email according to the OpenEmbedded policy for commit messages, then use

git commit --amend

to edit the commit message before you push.