From 2ef3771175ff36e8a14a949e35fbba24f5ff3e73 Mon Sep 17 00:00:00 2001 From: Ivan Dzuhan Date: Sun, 5 Oct 2025 14:14:28 +0300 Subject: [PATCH] [docs] Fix enumeration in GettingStarted.rst (#96684) --- llvm/docs/GettingStarted.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 4777cdebc6f4..bdb318df9f1d 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: