Author: tomaz
Date: Tue Oct 4 15:40:16 2011
New Revision: 1178839
URL: http://svn.apache.org/viewvc?rev=1178839&view=rev
Log:
CMS commit to libcloud by tomaz
Modified:
libcloud/site/trunk/content/contributing.mdtext
Modified: libcloud/site/trunk/content/contributing.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1178839&r1=1178838&r2=1178839&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Tue Oct 4 15:40:16 2011
@@ -15,7 +15,7 @@ Keep in mind that all kind of contributi
2. Make your changes
3. Write tests for your modifications and make sure that all the tests still
pass. For more informations about running the tests refer to the
[Testing](/testing.html) page.
3. Create a patch with your changes
- 1. git (format-patch): `git format-patch --stdout trunk > patch_name.patch`
+ 1. git (format-patch): `git format-patch --no-prefix --stdout trunk >
patch_name.patch`
2. git (diff): `git diff --no-prefix trunk your_branch > patch_name.patch`
3. svn: `svn diff > patch_name.patch`
4. Attach patch to the ticket you have created