zed/crates/git_ui/src
Mikayla Maki 5edded5c02
Simplify project git code (#25662)
This was originally a part of another PR, but I wanted to get the
refactoring in and shift focus to working on bugs.

This causes all git commands via the `Repository` entity to be
serialized, and allows us to return values other than `Result<()>`

Release Notes:

- N/A
2025-02-26 18:16:10 +00:00
..
branch_picker.rs Git push/pull/fetch (#25445) 2025-02-24 18:29:52 +00:00
commit_modal.rs git_ui: Commit modal editor cleanup (#25645) 2025-02-26 15:55:38 +00:00
git_panel.rs Simplify project git code (#25662) 2025-02-26 18:16:10 +00:00
git_panel_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
git_ui.rs Git push/pull/fetch (#25445) 2025-02-24 18:29:52 +00:00
picker_prompt.rs Git push/pull/fetch (#25445) 2025-02-24 18:29:52 +00:00
project_diff.rs git: Fix cmd-enter (#25628) 2025-02-25 23:07:55 -07:00
repository_selector.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00