From: Andreas Boll Date: Tue, 2 Oct 2012 11:55:53 +0000 (+0200) Subject: docs: document how to apply a candidate to a stable branch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f38fb2697377e19c6585d01edcec6eec0e0c325;p=mesa.git docs: document how to apply a candidate to a stable branch Reviewed-by: Brian Paul --- 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