Repository: hbase Updated Branches: refs/heads/master 35e3b9c31 -> 3054c3b9b
Add in note on how to proceed committing patches now we are up on new GIT context -- fix formatting problem Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3054c3b9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3054c3b9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3054c3b9 Branch: refs/heads/master Commit: 3054c3b9b8d4eb873d49392c246bbf61188fcbe7 Parents: 35e3b9c Author: Michael Stack <[email protected]> Authored: Thu May 22 14:25:08 2014 -0700 Committer: Michael Stack <[email protected]> Committed: Thu May 22 14:25:08 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/developer.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3054c3b9/src/main/docbkx/developer.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index c3258dd..e3f0baa 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -1441,9 +1441,9 @@ Always set the "Fix Version" at this point, but please only set a sing <para>In the thread <link xlink:href="http://search-hadoop.com/m/DHED4EiwOz">HBase, mail # dev - ANNOUNCEMENT: Git Migration In Progress (WAS => Re: Git Migration)</link>, it was agreed on the following patch flow <orderedlist> - <listitem><para>Develop and commit the patch against trunk/master first.</para><listitem> - <listitem><para>Try to cherry-pick the patch when backporting if possible.</para><listitem> - <listitem><para>If this does not work, manually commit the patch to the branch.</para><listitem> + <listitem><para>Develop and commit the patch against trunk/master first.</para></listitem> + <listitem><para>Try to cherry-pick the patch when backporting if possible.</para></listitem> + <listitem><para>If this does not work, manually commit the patch to the branch.</para></listitem> </orderedlist> </para> </section>
