[Mesa-dev] [PATCH 2/3] docs: document how to apply a candidate to a stable branch
Andreas Boll
andreas.boll.dev at gmail.com
Tue Oct 2 06:09:22 PDT 2012
---
docs/devinfo.html | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/docs/devinfo.html b/docs/devinfo.html
index a52a11e..8f4aeef 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -172,6 +172,14 @@ Here are some examples of such a note:
<li>NOTE: This is a candidate for the stable branches.</li>
</ul>
+
+<h2>Cherry-picking candidates for a stable branch</h2>
+
+<p>
+Please use <code>git cherry-pick -x <commit></code> for cherry-picking a commit
+from master to a stable branch.
+</p>
+
<h2>Making a New Mesa Release</h2>
<p>
--
1.7.1
More information about the mesa-dev
mailing list