Author: buildbot
Date: Tue Dec  8 13:28:44 2015
New Revision: 974967

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/contribute.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec  8 13:28:44 2015
@@ -1 +1 @@
-1718592
+1718593

Modified: websites/staging/olingo/trunk/content/contribute.html
==============================================================================
--- websites/staging/olingo/trunk/content/contribute.html (original)
+++ websites/staging/olingo/trunk/content/contribute.html Tue Dec  8 13:28:44 
2015
@@ -148,7 +148,7 @@ To provide a bug fix, checkout the curre
 To provide documentation or tutorials you should write your contribution using 
Markdown syntax.</p>
 <h3 id="prepare-your-code-for-contribution">Prepare your code for 
contribution<a class="headerlink" href="#prepare-your-code-for-contribution" 
title="Permanent link">&para;</a></h3>
 <p>To append you contribution to a JIRA issue, please create a <a 
href="https://git-scm.com/docs/git-format-patch";>patch file</a>. The commit 
message should contain the JIRA request number (e.g.  OLINGO-42) and a short 
commit message.</p>
-<p><strong>Example - Create a patch file</strong>
+<p><strong>Example - Create a patch file</strong>  <br />
 You have done several commits and want to provide a single commit which 
contains all your changes.</p>
 <div class="codehilite"><pre><span class="p">...</span>
 <span class="n">git</span> <span class="n">commit</span> <span 
class="o">-</span><span class="n">m</span> &quot;<span class="p">[</span><span 
class="n">OLINGO</span><span class="o">-</span>42<span class="p">]</span> <span 
class="n">Start</span> <span class="n">development</span> <span 
class="n">new</span> <span class="n">feature</span>&quot;
@@ -161,7 +161,7 @@ You have done several commits and want t
 
 
 <p>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.</p>
-<p><strong>Example - Appling a patch file</strong>
+<p><strong>Example - Appling a patch file</strong>  <br />
 You like to apply a patch file named "OLINGO_42.patch". Use the following 
commands:</p>
 <div class="codehilite"><pre><span class="n">git</span> <span 
class="n">am</span> <span class="o">--</span><span class="n">signoff</span> 
0001<span class="o">-</span><span class="n">Test</span><span 
class="p">.</span><span class="n">patch</span>
 </pre></div><div align="center">


Reply via email to