This is an automated email from the ASF dual-hosted git repository.
chrizzly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from e815b0cbdda Merge pull request #8631 from jGauravGupta/FISH-11225
add 467bbfeb9f7 Add rename branch functionality
new c5ecbceac39 Merge pull request #8653 from
Chris2011/feature/rename-branch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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 ++++
...hApplyCommand.java => RenameBranchCommand.java} | 37 +++++-----
8 files changed, 170 insertions(+), 18 deletions(-)
create mode 100644
ide/git/src/org/netbeans/modules/git/ui/branch/RenameBranchAction.java
copy
ide/libs.git/src/org/netbeans/libs/git/jgit/commands/{StashApplyCommand.java =>
RenameBranchCommand.java} (59%)
---------------------------------------------------------------------
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