Auto-tools/Projects/Mozmill/RepoSetup: Difference between revisions

Jump to navigation Jump to search
 
Line 57: Line 57:
We want to diff your feature branch against the master branch.  So ensure your master is up to date and create the diff:
We want to diff your feature branch against the master branch.  So ensure your master is up to date and create the diff:
<pre>
<pre>
git checkout myfeature                                       // switch to myfeature branch if not already on it
git checkout myfeature   // switch to myfeature branch if not already on it
git rebase -i master                                         // Rewrite commits to a single one
git rebase -i master     // Rewrite commits to a single one
git show --format='From: %an <%ae>%n%s%n%b' > mypatch.diff   // Create the patch
git format-patch HEAD^   // Create the patch
</pre>
</pre>
Now, attach that patch to a bug in [http://bugzilla.mozilla.org Bugzilla] for review.  Don't forget to set the "Review" flag to "?" and add one of the Mozmill module owners in the text box to the right. When in doubt, put in :ctalbert.
Now, attach the created file to a bug in [http://bugzilla.mozilla.org Bugzilla] for review.  Don't forget to set the "Review" flag to "?" and add one of the Mozmill module owners in the text box to the right. When in doubt, put in :ctalbert.


== Ready to Push ==
== Ready to Push ==
canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747

edits

Navigation menu