DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
which will create a patch set starting at the HEAD of the branch. If you have changes on a separate branch, then you can use the following to create the patches.
git format-patch <remote>/<branch>origin/master # Assuming the remote alias is "origin" and the base branch is master.
The generated patch set should be sent to dev@nuttx.apache.org. To make sure that your patch email is noticed, please start the subject line with [PATCH] and a brief description. It is best to send the patch as an attachment with a .txt extension, as that ensures it gets the correct MIME type and isn't blocked by the mailing list's spam filter.
...