From 52d3cbeb89290b42da4f372a9182a40b5eba5c7b Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Thu, 7 Aug 2025 12:42:49 -0400 Subject: [PATCH] remove rename branch from remote operations context menu --- crates/git_ui/src/git_ui.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/git_ui/src/git_ui.rs b/crates/git_ui/src/git_ui.rs index 57d4a32fd158ccf617d264c162eb3aa146804032..197ade907d0e8f446e16e14396f479f0b3166e98 100644 --- a/crates/git_ui/src/git_ui.rs +++ b/crates/git_ui/src/git_ui.rs @@ -601,8 +601,6 @@ mod remote_button { .action("Push", git::Push.boxed_clone()) .action("Push To", git::PushTo.boxed_clone()) .action("Force Push", git::ForcePush.boxed_clone()) - .separator() - .action("Rename Branch", git::RenameBranch.boxed_clone()) })) }) .anchor(Corner::TopRight)