[llvm-commits] [llvm] r137442 - /llvm/trunk/docs/GettingStarted.html

NAKAMURA Takumi geek4civic at gmail.com
Fri Aug 12 00:47:56 PDT 2011


Author: chapuni
Date: Fri Aug 12 02:47:55 2011
New Revision: 137442

URL: http://llvm.org/viewvc/llvm-project?rev=137442&view=rev
Log:
docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=137442&r1=137441&r2=137442&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Fri Aug 12 02:47:55 2011
@@ -814,6 +814,9 @@
 git clone http://llvm.org/git/clang.git
 </pre>
 
+<h4>For developers to work with git-svn</h4>
+<div>
+
 <p>To set up clone from which you can submit code using
    <tt>git-svn</tt>, run:</p>
 
@@ -863,6 +866,8 @@
 
 </div>
 
+</div>
+
 <!-- ======================================================================= -->
 <h3>
   <a name="installcf">Install the GCC Front End</a>





More information about the llvm-commits mailing list