projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f07784d
)
docs: document how to apply a candidate to a stable branch
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Tue, 2 Oct 2012 11:55:53 +0000
(13:55 +0200)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Tue, 2 Oct 2012 13:44:28 +0000
(15:44 +0200)
Reviewed-by: Brian Paul <brianp@vmware.com>
docs/devinfo.html
patch
|
blob
|
history
diff --git
a/docs/devinfo.html
b/docs/devinfo.html
index a52a11ea656ec593924404973117069f671cec3c..8f4aeef5fd887ebadc2d951bcc26e550b71b73cd 100644
(file)
--- 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>