...
Submitting a patch: To submit a patch, first make sure that you have attached it to the JIRA and changed the status of the JIRA to 'Patch Available'. If the change is non-trivial, then please also post the patch for review on review board. The commands to generate the patch are:
Code Block $ svn diff > /path/to/patch-file.patch
or
Code Block $ git diff --no-prefix > /path/to/patch-file.patch
...