aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 07:47:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 07:47:55 +0000
commit24ad111a05b9d0e60a79c4f915bf1bb1d24db40b (patch)
tree21abbf57a2ed7e5f3560d1265166422cbfeda256 /docs/GettingStarted.html
parent829ef927cf775675b6e664ddbc91c3d5540a116e (diff)
docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 521578422e..5e1985ef13 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -814,6 +814,9 @@ cd llvm/tools
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 @@ git svn rebase -l
</div>
+</div>
+
<!-- ======================================================================= -->
<h3>
<a name="installcf">Install the GCC Front End</a>