summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2013-03-28 18:06:20 +0000
committerThomas Schwinge <thomas@schwinge.name>2013-03-28 18:06:20 +0000
commit7f5f06b818133c8b37764ead6e2f683f5bf7b51b (patch)
tree010fbf2bf96ad7ee7db2663d31691c2c7e46c638 /docs/GettingStarted.rst
parent30509ee8a348116335475beaf9e5504471c86e73 (diff)
downloadllvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.gz
llvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.bz2
llvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.xz
Correct spelling of Git.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 2515c9dbcd..0bbbafc6e6 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -521,13 +521,13 @@ By placing it in the ``llvm/projects``, it will be automatically configured by
the LLVM configure script as well as automatically updated when you run ``svn
update``.
-GIT mirror
+Git Mirror
----------
-GIT mirrors are available for a number of LLVM subprojects. These mirrors sync
+Git mirrors are available for a number of LLVM subprojects. These mirrors sync
automatically with each Subversion commit and contain all necessary git-svn
marks (so, you can recreate git-svn metadata locally). Note that right now
-mirrors reflect only ``trunk`` for each project. You can do the read-only GIT
+mirrors reflect only ``trunk`` for each project. You can do the read-only Git
clone of LLVM via:
.. code-block:: console
@@ -642,7 +642,7 @@ To set up clone from which you can submit code using ``git-svn``, run:
Likewise for compiler-rt and test-suite.
To update this clone without generating git-svn tags that conflict with the
-upstream git repo, run:
+upstream Git repo, run:
.. code-block:: console
@@ -660,7 +660,7 @@ This leaves your working directories on their master branches, so you'll need to
parent branch.
For those who wish to be able to update an llvm repo in a simpler fashion,
-consider placing the following git script in your path under the name
+consider placing the following Git script in your path under the name
``git-svnup``:
.. code-block:: bash