Patchwork: Difference between revisions
Jump to navigation
Jump to search
(url to patchwork server added) |
No edit summary |
||
Line 1: | Line 1: | ||
To apply a patch from the [http://patchwork.openembedded.org patchwork queue] using [[Git]], download the mbox file and apply it using | |||
git am < file | git am < file | ||
Revision as of 13:48, 10 August 2009
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.