Skip to content

Commit 521eb0d

Browse files
committed
Git subtree is upstream, no need to install
1 parent 56d0c81 commit 521eb0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ differently from other crates that are directly in this repo:
198198
They are just regular files and directories. This is in contrast to `submodule` dependencies
199199
(see below for those).
200200

201-
If you want to synchronize or otherwise work with subtrees, install the `git subtree` command via
202-
instructions found at https://github.com/ingydotnet/git-subtree
203-
204201
#### Synchronizing a subtree
205202

206203
There are two synchronization directions: `subtree push` and `subtree pull`.
@@ -230,8 +227,7 @@ This will create a new commit, which you may not rebase under any circumstances!
230227
and redo the operation if you need to rebase.
231228

232229
Now you're done, the `src/tools/clippy` directory behaves as if clippy were part of the rustc
233-
monorepo, so no one but you (or others that synchronize subtrees) needs to have `git subtree`
234-
installed.
230+
monorepo, so no one but you (or others that synchronize subtrees) needs actually use `git subtree`.
235231

236232

237233
### External Dependencies (submodules)

0 commit comments

Comments
 (0)