You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/git-bisect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
There are some rare cases where you may need to build `rustc` with custom options, or otherwise work around issues with pre-built compilers not being available.
4
4
For this you can use [`git bisect`] to build the compiler locally.
5
5
6
-
It can be helpful to use the `--first-parent` option so that it only bisects the merge commits directly reachable on the master branch.
6
+
It can be helpful to use the `--first-parent` option so that it only bisects the merge commits directly reachable on the default branch.
7
7
Otherwise the bisecting may land on intermediate commits from within a PR which may not build or test correctly.
8
8
9
9
To start the bisection, specifying the boundaries where the bisection will start:
0 commit comments