Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/New and Noteworthy/4.5"

(Releng)
 
(One intermediate revision by the same user not shown)
Line 27: Line 27:
 
==Releng==
 
==Releng==
 
* Update and improve Oomph setup for setting up Eclipse for JGit/EGit contributors.
 
* Update and improve Oomph setup for setting up Eclipse for JGit/EGit contributors.
* [https://wiki.eclipse.org/EGit/Contributor_Guide#Automated_Developer_Setup Documented automated developers setup] for JGit/EGit contributors
+
* [https://wiki.eclipse.org/EGit/Contributor_Guide#Automated_Developer_Setup Documented automated developer setup] for JGit/EGit contributors
  
 
= Bug Fixes =
 
= Bug Fixes =
Line 51: Line 51:
 
Tobias Baumann,
 
Tobias Baumann,
 
Tobias Hein
 
Tobias Hein
 +
 +
[[Category:EGit]]

Latest revision as of 22:17, 29 November 2023

EGit

Features

  • Staging view: Fix expansion problems and provide auto selection support.
  • Check for running launches before modifying the workspace before checkout, pull, rebase, interactive rebase, merge, reset --hard, replace with, cherry-pick
  • GitHistoryPage: move the search widget into the toolbar
  • Auto-stage selected files on "Commit..." when staging view is used
  • Added context menu support for nested repositories.
  • Immediate user feedback on failed push background jobs
  • Push to Gerrit in a background job
  • Allow to cancel the deletion of branches operation
  • Avoid opening dialogs from push/fetch background jobs
  • Recompute index diff (git status) on project deletions
  • Polish the UI of the rebase interactive view
  • Open the smart import wizard if available (Eclipse 4.6 or higher).
  • Keyboard shortcuts for the rebase interactive view
  • Do not show "Rebase was aborted" dialog if the user pressed abort
  • [blame] Don’t open the History view automatically when showing annotations
  • Suppress bare repositories in RepositorySearchDialog
  • Make columns in Gitflow feature checkout dialog sortable

Performance

  • Speed up the IgnoreOperation
  • Speed up context menu in staging view
  • More efficient label provider for the staging view
  • Improve performance of StagingView a little

Releng

Bug Fixes

32 Bugs and 5 enhancement requests were closed

Contributors

The following 16 developers worked on this release:

Andre Bossert, Andrey Loskutov, Brandon Dong, Christian Halstrick, David Pursehouse, Ed Merks, Lars Vogel, Laurent Delaigue, Marc-Andre Laperle, Matthias Sohn, Max Hohenegger, Michael Keppler, Stephen Elsemore, Thomas Wolf, Tobias Baumann, Tobias Hein

Back to the top