<div dir="ltr">Mmm.. might want to point to the script for the git folk?<br><br>-eric<br></div><br><div class="gmail_quote">On Thu, May 14, 2015 at 4:27 PM Nick Lewycky <<a href="mailto:nicholas@mxc.ca">nicholas@mxc.ca</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: nicholas<br>
Date: Thu May 14 18:21:33 2015<br>
New Revision: 237405<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=237405&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=237405&view=rev</a><br>
Log:<br>
Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.<br>
<br>
Modified:<br>
    llvm/trunk/docs/DeveloperPolicy.rst<br>
<br>
Modified: llvm/trunk/docs/DeveloperPolicy.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=237405&r1=237404&r2=237405&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=237405&r1=237404&r2=237405&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/docs/DeveloperPolicy.rst (original)<br>
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu May 14 18:21:33 2015<br>
@@ -324,6 +324,11 @@ Below are some guidelines about the form<br>
 * Text formatting and spelling should follow the same rules as documentation<br>
   and in-code comments, ex. capitalization, full stop, etc.<br>
<br>
+* If the commit is a bug fix on top of another recently committed patch, or a<br>
+revert or reapply of a patch, include the svn revision number of the prior<br>
+related commit. This could be as simple as "Revert rNNNN because it caused<br>
+PR#".<br>
+<br>
 For minor violations of these recommendations, the community normally favors<br>
 reminding the contributor of this policy over reverting. Minor corrections and<br>
 omissions can be handled by sending a reply to the commits mailing list.<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>