diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2013-03-28 18:06:20 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2013-03-28 18:06:20 +0000 |
commit | b1322d56917391e6fda25a35560adc7c2deae7ac (patch) | |
tree | 54cd62200f4220abccf346b3bcb95c8ac7a0e561 /llvm/docs | |
parent | b3adefc34c1861f5f61508c6882cfd9f2d37796a (diff) | |
download | bcm5719-llvm-b1322d56917391e6fda25a35560adc7c2deae7ac.tar.gz bcm5719-llvm-b1322d56917391e6fda25a35560adc7c2deae7ac.zip |
Correct spelling of Git.
llvm-svn: 178254
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CMake.rst | 2 | ||||
-rw-r--r-- | llvm/docs/GettingStarted.rst | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 6eab04b9706..fb081d7b98c 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -204,7 +204,7 @@ LLVM-specific variables tests. **LLVM_APPEND_VC_REV**:BOOL - Append version control revision info (svn revision number or git revision id) + Append version control revision info (svn revision number or Git revision id) to LLVM version string (stored in the PACKAGE_VERSION macro). For this to work cmake must be invoked before the build. Defaults to OFF. diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 2515c9dbcdb..0bbbafc6e69 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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 |