Auto-tools/Projects/Mozbase: Difference between revisions

Jump to navigation Jump to search
Line 83: Line 83:
* Generate a patch for your bug
* Generate a patch for your bug


   git show --format="From: %an <%ae>%n%s%n%b" > bug-xxxx.patch
   git format-patch HEAD^


* Attach the patch to the bug and ask the appropriate person for review. If further changes are required, you can amend changes to your patch by using 'git commit --amend'. When you're all done, ask someone with mozbase commit privileges to merge your changes into the mozilla mozbase repository.
* Attach the patch to the bug and ask the appropriate person for review. If further changes are required, you can amend changes to your patch by using 'git commit --amend'. When you're all done, ask someone with mozbase commit privileges to merge your changes into the mozilla mozbase repository.
Confirmed users
955

edits

Navigation menu