Author: hshreedharan
Date: Fri Aug 24 21:05:24 2012
New Revision: 1377114
URL: http://svn.apache.org/viewvc?rev=1377114&view=rev
Log:
Further clarifications.
(Hari Shreedharan)
Modified:
flume/site/trunk/content/sphinx/source.rst
Modified: flume/site/trunk/content/sphinx/source.rst
URL:
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/source.rst?rev=1377114&r1=1377113&r2=1377114&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/source.rst (original)
+++ flume/site/trunk/content/sphinx/source.rst Fri Aug 24 21:05:24 2012
@@ -35,12 +35,14 @@ Everyone can access the Git repository v
Committers should first commit the patch to trunk on your local repo::
+ $ git pull
$ git commit -m "A message"
$ git log
Copy the commit hash of the commit you just made. Then::
$ git checkout flume-1.3.0 (or the current release branch)
+ $ git pull
$ git cherry-pick <commit hash of the commit you made> (This should get
committed immediately).
Now push to both trunk and the release branch::