From 1f38fb2697377e19c6585d01edcec6eec0e0c325 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 2 Oct 2012 13:55:53 +0200 Subject: [PATCH] docs: document how to apply a candidate to a stable branch Reviewed-by: Brian Paul --- docs/devinfo.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/devinfo.html b/docs/devinfo.html index a52a11ea656..8f4aeef5fd8 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -172,6 +172,14 @@ Here are some examples of such a note:
  • NOTE: This is a candidate for the stable branches.
  • + +

    Cherry-picking candidates for a stable branch

    + +

    +Please use git cherry-pick -x <commit> for cherry-picking a commit +from master to a stable branch. +

    +

    Making a New Mesa Release

    -- 2.11.0