[llvm] 2ef3771 - [docs] Fix enumeration in GettingStarted.rst (#96684)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 5 04:14:32 PDT 2025
Author: Ivan Dzuhan
Date: 2025-10-05T11:14:28Z
New Revision: 2ef3771175ff36e8a14a949e35fbba24f5ff3e73
URL: https://github.com/llvm/llvm-project/commit/2ef3771175ff36e8a14a949e35fbba24f5ff3e73
DIFF: https://github.com/llvm/llvm-project/commit/2ef3771175ff36e8a14a949e35fbba24f5ff3e73.diff
LOG: [docs] Fix enumeration in GettingStarted.rst (#96684)
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 4777cdebc6f4a..bdb318df9f1d4 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -46,10 +46,10 @@ Getting the Source Code and Building LLVM
stacked pull requests and reverts), you can filter them from your
`git fetch` (or `git pull`) with this configuration:
-.. code-block:: console
-
- git config --add remote.origin.fetch '^refs/heads/users/*'
- git config --add remote.origin.fetch '^refs/heads/revert-*'
+ .. code-block:: console
+
+ git config --add remote.origin.fetch '^refs/heads/users/*'
+ git config --add remote.origin.fetch '^refs/heads/revert-*'
#. Configure and build LLVM and Clang:
More information about the llvm-commits
mailing list