[llvm-commits] [llvm] r59417 - /llvm/trunk/docs/DeveloperPolicy.html

Chris Lattner sabre at nondot.org
Sun Nov 16 09:40:17 PST 2008


Author: lattner
Date: Sun Nov 16 11:40:16 2008
New Revision: 59417

URL: http://llvm.org/viewvc/llvm-project?rev=59417&view=rev
Log:
punctuate, add wording about patches contributed by others.

Modified:
    llvm/trunk/docs/DeveloperPolicy.html

Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=59417&r1=59416&r2=59417&view=diff

==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Sun Nov 16 11:40:16 2008
@@ -428,11 +428,12 @@
   <p>We believe in correct attribution of contributions to 
   their contributors.  However, we do not want the source code to be littered
   with random attributions "this code written by J Random Guy" (this is noisy
-  and distracting.  In practice, the revision control system keeps a perfect
+  and distracting).  In practice, the revision control system keeps a perfect
   history of who change what, and the CREDITS.txt file describes higher-level
-  contributions.</p>
+  contributions.  If you commit a patch for someone else, please say "patch 
+  contributed by J Random Guy!" in the commit message.</p>
 
-  <p>Overall, please do not add contributor names to the source base.</p>
+  <p>Overall, please do not add contributor names to the source code.</p>
 </div>
 
 





More information about the llvm-commits mailing list