This is an automated email from the ASF dual-hosted git repository. chrizzly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit c5ecbceac39d7685e419b0b191805193115b1efc Merge: e815b0cbdda 467bbfeb9f7 Author: Chrizzly <[email protected]> AuthorDate: Mon Jul 21 22:32:00 2025 +0200 Merge pull request #8653 from Chris2011/feature/rename-branch Add rename branch functionality .../org/netbeans/modules/git/client/GitClient.java | 14 +++- .../modules/git/ui/branch/Bundle.properties | 6 ++ .../modules/git/ui/branch/RenameBranchAction.java | 84 ++++++++++++++++++++++ .../netbeans/modules/git/ui/menu/BranchMenu.java | 11 ++- .../git/ui/repository/RepositoryBrowserPanel.java | 18 +++++ .../org/netbeans/modules/git/GitClientTest.java | 4 ++ .../src/org/netbeans/libs/git/GitClient.java | 14 ++++ .../git/jgit/commands/RenameBranchCommand.java | 63 ++++++++++++++++ 8 files changed, 212 insertions(+), 2 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
