Author: chrish
Date: Tue Dec  8 13:28:31 2015
New Revision: 1718593

URL: http://svn.apache.org/viewvc?rev=1718593&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/contribute.mdtext

Modified: olingo/site/trunk/content/contribute.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/contribute.mdtext?rev=1718593&r1=1718592&r2=1718593&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Tue Dec  8 13:28:31 2015
@@ -86,7 +86,7 @@ To provide documentation or tutorials yo
 
 To append you contribution to a JIRA issue, please create a [patch 
file](https://git-scm.com/docs/git-format-patch). The commit message should 
contain the JIRA request number (e.g.  OLINGO-42) and a short commit message.
 
-**Example - Create a patch file**
+**Example - Create a patch file**    
 You have done several commits and want to provide a single commit which 
contains all your changes.
 
        ...
@@ -99,7 +99,7 @@ You have done several commits and want t
 
 First rebase your local history to create a single commit. After that create a 
patch file using git format-patch. Now you can upload and append your created 
patch file to the JIRA issue.
 
-**Example - Appling a patch file**
+**Example - Appling a patch file**    
 You like to apply a patch file named "OLINGO_42.patch". Use the following 
commands:
 
     git am --signoff 0001-Test.patch


Reply via email to