Skip to content

Commit 8116635

Browse files
committed
add GitBisecting to toctrees to try and placate the sphinx bot
1 parent 0bd48c3 commit 8116635

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

llvm/docs/GettingInvolved.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
1616
HowToSubmitABug
1717
BugLifeCycle
1818
CodingStandards
19+
GitBisecting
1920

2021
:doc:`Contributing`
2122
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
4243
Details the LLVM coding standards and provides useful information on writing
4344
efficient C++ code.
4445

46+
:doc:`GitBisecting`
47+
Describes how to use ``git bisect`` on LLVM's repository.
48+
4549
.. _development-process:
4650

4751
Development Process

llvm/docs/GettingStarted.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@ LLVM currently has a linear-history policy, which means that merge commits are
501501
not allowed. The `llvm-project` repo on github is configured to reject pushes
502502
that include merges, so the `git rebase` step above is required.
503503

504+
Bisecting commits
505+
^^^^^^^^^^^^^^^^^
506+
507+
See `Bisecting LLVM code <GitBisecting.html>` for how to use ``git bisect``
508+
on LLVM.
509+
504510
Reverting a change
505511
^^^^^^^^^^^^^^^^^^
506512

0 commit comments

Comments
 (0)