You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2011/10/04 17:40:21 UTC

svn commit: r796554 - /websites/staging/libcloud/trunk/content/contributing.html

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 &gt; patch_name.patch</code></li>
+<li>git (format-patch): <code>git format-patch --no-prefix --stdout trunk &gt; patch_name.patch</code></li>
 <li>git (diff): <code>git diff --no-prefix trunk your_branch &gt; patch_name.patch</code></li>
 <li>svn: <code>svn diff &gt; patch_name.patch</code></li>
 <li>Attach patch to the ticket you have created</li>