zed/crates/proto
ᴀᴍᴛᴏᴀᴇʀ ed2c08fc4e
git_ui: Fix branch picker deleting remote instead of remote branch (#48338)
Closes #48256

It appears that the current git remotes support was implemented in
#42819, following the design described in
https://github.com/zed-industries/zed/pull/42486#issuecomment-3524092306.
That design does not include an interaction for deleting remotes, but
the delete remote branch action was mistakenly implemented as deleting
the remote itself.

After this PR, there should be no code paths that use `remove_remote`
anymore. I've kept it for now though, as it may be useful when we
introduce the corresponding interaction in the future.

Release Notes:

- Fixed a bug where deleting a remote branch from the branch picker
would incorrectly remove the entire remote configuration
2026-03-18 08:39:56 +00:00
..
proto git_ui: Fix branch picker deleting remote instead of remote branch (#48338) 2026-03-18 08:39:56 +00:00
src git: Add SSH support for removing and renaming git worktrees (#50759) 2026-03-10 14:57:06 +00:00
build.rs Inject venv environment via the toolchain (#36576) 2025-08-28 14:40:43 +00:00
Cargo.toml Remove unreferenced dev dependencies (#51093) 2026-03-09 13:22:12 +01:00
LICENSE-GPL