如何在eclipse中禁用git"推送结果"对话框

mxr*_*xro 11 java eclipse git egit

推送到上游 git操作之后,eclipse IDE显示了一个有用的对话框,提供有关推送操作的信息(如下所示).

有没有办法阻止此对话框弹出?

在此输入图像描述

Von*_*onC 5

一种方法是在执行推送时选择以下复选框:

Show final report dialog only when it differs from this confirmation report 
Run Code Online (Sandbox Code Playgroud)

帮助页面提到:

如果您只想在执行推送后获得报告,如果结果与此预览不同.

http://help.eclipse.org/indigo/topic/org.eclipse.egit.doc/help/EGit/User_Guide/images/Egit-0.9-push-wizard-confirm-push.png

这样,如果推送按预期方式进行,则不会弹出此对话框(在Egit1.1引入).