Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/New and Noteworthy/5.9

EGit

New Preference

EGit 5.9 has a new preference for the "Commit and Push" button in the Git Staging view:

"Screenshot showing the preference dialog and the git staging view."

With the new preference, users can make that button always show a push confirmation dialog, where the push target (upstream repository, or branch to push to) can be changed. If the preference is not checked, EGit will push directly to the upstream branch configured for the currently checked-out branch and will show the dialog only if there is no upstream branch configured.

When there are no staged changes, the button reads "Push HEAD..." and will always show a dialog.

Other Changes

EGit 5.9 includes some less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the release notes.

Contributors

The following 4 developers worked on this release:

Gunnar Wagenknecht, Matthias Sohn, Michael Keppler, Thomas Wolf


See Also

See also the new features in JGit for additional information.

Back to the top