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


The following commit(s) were added to refs/heads/main by this push:
     new 7f09c0cd5a Fix git Commit perspective (Commit and Push) not pushing to 
remote (#7410)
7f09c0cd5a is described below

commit 7f09c0cd5aad2fd80799fa166a38861b4de3a0db
Author: Lance <[email protected]>
AuthorDate: Fri Jul 3 15:14:32 2026 +0800

    Fix git Commit perspective (Commit and Push) not pushing to remote (#7410)
    
    Signed-off-by: lance <[email protected]>
---
 .../misc/git/src/main/java/org/apache/hop/git/GitCommitPerspective.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/misc/git/src/main/java/org/apache/hop/git/GitCommitPerspective.java 
b/plugins/misc/git/src/main/java/org/apache/hop/git/GitCommitPerspective.java
index 98f3d740de..d5216ff009 100644
--- 
a/plugins/misc/git/src/main/java/org/apache/hop/git/GitCommitPerspective.java
+++ 
b/plugins/misc/git/src/main/java/org/apache/hop/git/GitCommitPerspective.java
@@ -749,7 +749,7 @@ public class GitCommitPerspective implements 
IHopPerspective {
 
       if (push) {
         try {
-          git.push();
+          uiGit.push();
         } catch (Exception e) {
           new ErrorDialog(
               HopGui.getInstance().getShell(),

Reply via email to