Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/bf1a64e4
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/bf1a64e4
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/bf1a64e4

Branch: refs/heads/asf-site
Commit: bf1a64e408a2d0443ed855f0aa9591fd48ac233e
Parents: 9a89089
Author: Davor Bonaci <da...@google.com>
Authored: Mon Mar 20 09:18:37 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Mar 20 09:18:37 2017 -0700

----------------------------------------------------------------------
 content/contribute/contribution-guide/index.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/bf1a64e4/content/contribute/contribution-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/contribution-guide/index.html 
b/content/contribute/contribution-guide/index.html
index af492a9..f5fefc1 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -627,9 +627,7 @@ $ git checkout -b finish-pr-&lt;pull-request-#&gt; 
github/pr/&lt;pull-request-#&
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ git fetch --all
 $ git checkout apache/master
-$ git merge --no-ff \
-    -m $'[BEAM-&lt;JIRA-issue-#&amp;&gt;;&lt;/b&gt;] &lt;Title&gt;\n\nThis 
closes #&lt;pull-request-#&gt;' \
-    finish-pr-&lt;pull-request-#&gt;
+$ git merge --no-ff -m 'This closes #&lt;pull-request-#&gt;' 
finish-pr-&lt;pull-request-#&gt;
 </code></pre>
 </div>
 

Reply via email to