How to disable git 'Push Results' dialog in eclipse
Newer versions allow for disabling the confirmation in Windows > Preferences, see image below
One way would be to select, when doing the push, the following checkbox:
Show final report dialog only when it differs from this confirmation report
The help page mentions:
if you only want to get a report after executing the push if the result differs from this preview.
That way this dialog box (introduced in Egit1.1) won't pop-up if the push went as expected.