You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2016/05/22 00:56:59 UTC

svn commit: r1745005 - /mahout/site/mahout_cms/trunk/content/developers/github.mdtext

Author: apalumbo
Date: Sun May 22 00:56:59 2016
New Revision: 1745005

URL: http://svn.apache.org/viewvc?rev=1745005&view=rev
Log:
CMS commit to mahout by apalumbo

Modified:
    mahout/site/mahout_cms/trunk/content/developers/github.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/github.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/github.mdtext?rev=1745005&r1=1745004&r2=1745005&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/github.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/github.mdtext Sun May 22 00:56:59 2016
@@ -119,7 +119,7 @@ Remember to run regular patch checks, bu
 
 If everything is fine, you now can commit the squashed request along the lines
 
-    git commit -a -m "MAHOUT-XXXX description (cuser via your-apache-id) closes apache/mahout#ZZ"
+    git commit --author <contributor_email> -a -m "MAHOUT-XXXX description closes apache/mahout#ZZ"
 
 MAHOUT-XXXX is all caps and where `ZZ` is the pull request number on apache/mahout repository. Including 
 "closes apache/mahout#ZZ" will close the PR automatically. More information is found here \[[3]\].