Mesa (master): docs: document how to apply a candidate to a stable branch

Andreas Boll ab at kemper.freedesktop.org
Tue Oct 2 13:58:46 UTC 2012


Module: Mesa
Branch: master
Commit: 1f38fb2697377e19c6585d01edcec6eec0e0c325
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f38fb2697377e19c6585d01edcec6eec0e0c325

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Tue Oct  2 13:55:53 2012 +0200

docs: document how to apply a candidate to a stable branch

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 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>




More information about the mesa-commit mailing list