[llvm] 8116635 - add GitBisecting to toctrees to try and placate the sphinx bot

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 12:33:41 PST 2020


Author: Nico Weber
Date: 2020-02-10T15:33:28-05:00
New Revision: 8116635e8b2a72eebce3387d3374aadd6db88d45

URL: https://github.com/llvm/llvm-project/commit/8116635e8b2a72eebce3387d3374aadd6db88d45
DIFF: https://github.com/llvm/llvm-project/commit/8116635e8b2a72eebce3387d3374aadd6db88d45.diff

LOG: add GitBisecting to toctrees to try and placate the sphinx bot

Added: 
    

Modified: 
    llvm/docs/GettingInvolved.rst
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index 64ab24f220f5..c0b514ed2722 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -16,6 +16,7 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
    HowToSubmitABug
    BugLifeCycle
    CodingStandards
+   GitBisecting
 
 :doc:`Contributing`
    An overview on how to contribute to LLVM.
@@ -42,6 +43,9 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
   Details the LLVM coding standards and provides useful information on writing
   efficient C++ code.
 
+:doc:`GitBisecting`
+  Describes how to use ``git bisect`` on LLVM's repository.
+
 .. _development-process:
 
 Development Process

diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 8a5476fd924f..c04177494c16 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -501,6 +501,12 @@ LLVM currently has a linear-history policy, which means that merge commits are
 not allowed. The `llvm-project` repo on github is configured to reject pushes
 that include merges, so the `git rebase` step above is required.
 
+Bisecting commits
+^^^^^^^^^^^^^^^^^
+
+See `Bisecting LLVM code <GitBisecting.html>` for how to use ``git bisect``
+on LLVM.
+
 Reverting a change
 ^^^^^^^^^^^^^^^^^^
 


        


More information about the llvm-commits mailing list