Author: buildbot
Date: Tue Oct 4 15:40:21 2011
New Revision: 796554
Log:
Staging update by buildbot
Modified:
websites/staging/libcloud/trunk/content/contributing.html
Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Tue Oct 4
15:40:21 2011
@@ -87,7 +87,7 @@
<li>Make your changes</li>
<li>Write tests for your modifications and make sure that all the tests still
pass. For more informations about running the tests refer to the <a
href="/testing.html">Testing</a> page.</li>
<li>Create a patch with your changes</li>
-<li>git (format-patch): <code>git format-patch --stdout trunk >
patch_name.patch</code></li>
+<li>git (format-patch): <code>git format-patch --no-prefix --stdout trunk >
patch_name.patch</code></li>
<li>git (diff): <code>git diff --no-prefix trunk your_branch >
patch_name.patch</code></li>
<li>svn: <code>svn diff > patch_name.patch</code></li>
<li>Attach patch to the ticket you have created</li>