Author: jamestaylor
Date: Thu Aug  3 04:44:53 2017
New Revision: 1803949

URL: http://svn.apache.org/viewvc?rev=1803949&view=rev
Log:
Update directions on generating patch

Modified:
    phoenix/site/publish/contributing.html

Modified: phoenix/site/publish/contributing.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/contributing.html?rev=1803949&r1=1803948&r2=1803949&view=diff
==============================================================================
--- phoenix/site/publish/contributing.html (original)
+++ phoenix/site/publish/contributing.html Thu Aug  3 04:44:53 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-07-24
+ Generated by Apache Maven Doxia at 2017-08-02
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -202,7 +202,7 @@
    <ol style="list-style-type: decimal"> 
     <li>Create a local branch <tt>git checkout -b &lt;branch 
name&gt;</tt></li> 
     <li>Make and commit changes</li> 
-    <li> <p>Generate a patch based on the name of the JIRA issue, as 
follows:</p> <p><tt>git format-patch --stdout origin &gt; 
PHOENIX-{NUMBER}.patch</tt></p></li> 
+    <li> <p>Generate a patch based on the name of the JIRA issue, as 
follows:</p> <p><tt>git format-patch --stdout HEAD^ &gt; 
PHOENIX-{NUMBER}.patch</tt></p></li> 
     <li> <p>Attach the created patch file to the jira ticket</p></li> 
    </ol> 
   </div> 


Reply via email to