Skip to content

Commit

Permalink
Auto merge of rust-lang#10574 - jyn514:update-docs, r=flip1995
Browse files Browse the repository at this point in the history
Update subtree sync docs for changes in rustc-dev-guide

Companion PR to rust-lang/rustc-dev-guide#1653. That still keeps a `contributing.html` with an "External Contributions" section, so hopefully it won't be too disruptive.

changelog: none
  • Loading branch information
bors committed Apr 3, 2023
2 parents 7fe83ed + d29dec1 commit 207955c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions book/src/development/infrastructure/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ to beta. For reference, the first sync following this cadence was performed the
2020-08-27.

This process is described in detail in the following sections. For general
information about `subtree`s in the Rust repository see [Rust's
`CONTRIBUTING.md`][subtree].
information about `subtree`s in the Rust repository see [the rustc-dev-guide][subtree].

## Patching git-subtree to work with big repos

Expand Down Expand Up @@ -118,5 +117,5 @@ All the following commands have to be run inside the `rust` directory.
3. Open a PR to [`rust-lang/rust`]

[gitgitgadget-pr]: https://github.com/gitgitgadget/git/pull/493
[subtree]: https://rustc-dev-guide.rust-lang.org/contributing.html#external-dependencies-subtree
[subtree]: https://rustc-dev-guide.rust-lang.org/external-repos.html#external-dependencies-subtree
[`rust-lang/rust`]: https://github.com/rust-lang/rust

0 comments on commit 207955c

Please sign in to comment.