[llvm] f8dbe50 - [docs] Remove outdated note about migration to Git
Sergej Jaskiewicz via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 08:43:55 PDT 2020
Author: Sergej Jaskiewicz
Date: 2020-03-17T18:43:38+03:00
New Revision: f8dbe50e99bbb6c55fc58c975b7dc600b7fc096d
URL: https://github.com/llvm/llvm-project/commit/f8dbe50e99bbb6c55fc58c975b7dc600b7fc096d
DIFF: https://github.com/llvm/llvm-project/commit/f8dbe50e99bbb6c55fc58c975b7dc600b7fc096d.diff
LOG: [docs] Remove outdated note about migration to Git
Reviewers: probinson, jyknight
Reviewed By: probinson
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76074
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 10396afd3072..a3014064b80d 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -404,10 +404,7 @@ The files are as follows, with *x.y* marking the version number:
Checkout LLVM from Git
----------------------
-You can also checkout the source code for LLVM from Git. While the LLVM
-project's official source-code repository is Subversion, we are in the process
-of migrating to git. We currently recommend that all developers use Git for
-day-to-day development.
+You can also checkout the source code for LLVM from Git.
.. note::
More information about the llvm-commits
mailing list