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"

(Created page with "= EGit = ==Features== * Staging view: Fix expansion problems and provide auto selection support. * Check for running launches before modifying the workspace before checkout, p...")
 
 
(3 intermediate revisions by the same user not shown)
Line 26: Line 26:
  
 
==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 developer setup] for JGit/EGit contributors
  
 
= Bug Fixes =
 
= Bug Fixes =
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&list_id=10006180&order=Importance&product=EGit&query_format=advanced&target_milestone=4.5  ? Bugs and ? enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&list_id=10006180&order=Importance&product=EGit&query_format=advanced&target_milestone=4.5  32 Bugs and 5 enhancement requests] were closed
  
 
= Contributors =
 
= Contributors =
Line 50: 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