Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Difference between revisions of "Patchwork"
From Openembedded.org
(New page: Category:Dev) |
(Simple instructions for applying patches with git.) |
||
| Line 1: | Line 1: | ||
| + | To apply a patch from patchwork 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. | ||
| + | |||
[[Category:Dev]] | [[Category:Dev]] | ||
Revision as of 06:47, 15 February 2009
To apply a patch from patchwork 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.