This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 2028484f2667d7a6b22ff86270fef231c027b207 Merge: bfeeca9113 29305a1030 Author: Hans Van Akelyen <[email protected]> AuthorDate: Wed Jul 31 14:46:35 2024 +0200 Merge pull request #4123 from nadment/2437 Enhanced file explorer perspective #2437 .../main/java/org/apache/hop/git/GitGuiPlugin.java | 57 ++- plugins/misc/git/src/main/resources/git-add.svg | 44 +-- plugins/misc/git/src/main/resources/git-commit.svg | 15 +- .../hop/git/messages/messages_en_US.properties | 4 + plugins/misc/git/src/main/resources/pull.svg | 65 ++-- plugins/misc/git/src/main/resources/push.svg | 61 +--- .../main/java/org/apache/hop/ui/hopgui/HopGui.java | 2 + .../perspective/explorer/ExplorerPerspective.java | 392 +++++++++++++++++++-- .../explorer/messages/messages_en_US.properties | 6 + 9 files changed, 502 insertions(+), 144 deletions(-)
