Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: git format-patch command, to create file with .txt extension (dev mailing list often blocks .patch extension)

...

Code Block
languagebash
git format-patch master --stdout > patch.txt

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.

...