SIGN IN SIGN UP

Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189)

This is just a refactor. I noticed that we now have a `project_core`
crate, which mainly contains the `Worktree` type and its private
helpers, plus the project's settings.

In this PR, I've renamed that crate to `worktree` and did some minor
simplification to its module structure. I also extracted a new
`WorktreeSettings` settings type from the `ProjectSettings`, so that the
worktree settings could live in the worktree crate. This way, the crate
is now exclusively about worktree logic.

Release Notes:

- N/A
M
Max Brunsfeld committed
dfcc143ead1a544a4bae09a158024f83f868450f
Parent: 2b67bb2
Committed by GitHub <noreply@github.com> on 3/11/2024, 6:35:27 PM