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

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

(Bug Fixes)
Line 1: Line 1:
 
= EGit =
 
= EGit =
 
==Features==
 
==Features==
*
+
* interactive rebase view
 +
** Allow to move multiple commits by drag&drop
 +
** Make commit order in the interactive rebase view configurable
 +
** Add context menu for plan modification
 +
** Offer interactive and preserve merges options in rebase dialog ??
 +
 
 +
* Add support for reverting multiple commits at once.
 +
 
 +
* Stash support
 +
** Add "Stashes" menu to Team context menu and toolbar
 +
** Add stash commit viewer
 +
** Optimize layouts of Commit and Stash Viewer
 +
 
 +
* History View
 +
** Add support for cherry-picking multiple commits at once.
 +
** Use separate diff viewer instead of embedding into message
 +
** Context menu item for deleting tags
 +
** Support searching for branches/tags with find toolbar
 +
** Track renamed paths and provide to actions
 +
** Enable Create Patch for first commit in the history view
  
 
==Usability Improvements==
 
==Usability Improvements==
*
+
* Expose important actions in additional menus
 +
** Add Team > "Create Patch..." for working sets
 +
** Add Team > "Show in History/Repositories View" for working sets
 +
** Add "Commit..." to Team context menu of working sets
 +
** Add Team context menu for working sets
 +
** Add "Repository" submenu in Team menu of files and folders
 +
** Add "Show Annotations" to ruler menu of revision editor
  
==Performance Improvements==
+
* Staging view: sort content by name if file names are shown first
*
+
* Repositories View
 +
** Sort tags in natural order
 +
** Sort folders before files in working dir
  
==Build and Release Engineering==
+
* Commit Dialog
*
+
** Add "Select for Commit" to files context menu
 +
** Replace help button with link to Staging view
 +
 
 +
* Cherry-pick
 +
** Show a rebase result dialog if cherry-picking fails.
 +
** Provide more context in cherry-pick confirmation dialog
 +
 
 +
* Push
 +
** Simple push wizard links to Advanced push wizard
 +
** When "Commit and Push" opens a wizard, use simple push wizard
 +
** Push Branch: Don't suggest branch name of local upstream branch
 +
** Assist in Push dialog and allow to push to custom refs
 +
** Improve simple push dialog
 +
** Reverse src/dest order of push result dialog
 +
 
 +
==Performance Improvements==
 +
* [stagingView] Don't reload repository on selection if current one is same as selected
 +
* Use faster method of setting styles for commit message viewer
  
 
= Bug Fixes =
 
= Bug Fixes =

Revision as of 11:30, 15 September 2014

EGit

Features

  • interactive rebase view
    • Allow to move multiple commits by drag&drop
    • Make commit order in the interactive rebase view configurable
    • Add context menu for plan modification
    • Offer interactive and preserve merges options in rebase dialog ??
  • Add support for reverting multiple commits at once.
  • Stash support
    • Add "Stashes" menu to Team context menu and toolbar
    • Add stash commit viewer
    • Optimize layouts of Commit and Stash Viewer
  • History View
    • Add support for cherry-picking multiple commits at once.
    • Use separate diff viewer instead of embedding into message
    • Context menu item for deleting tags
    •  Support searching for branches/tags with find toolbar
    • Track renamed paths and provide to actions
    • Enable Create Patch for first commit in the history view

Usability Improvements

  • Expose important actions in additional menus
    • Add Team > "Create Patch..." for working sets
    • Add Team > "Show in History/Repositories View" for working sets
    • Add "Commit..." to Team context menu of working sets
    • Add Team context menu for working sets
    • Add "Repository" submenu in Team menu of files and folders
    • Add "Show Annotations" to ruler menu of revision editor
  • Staging view: sort content by name if file names are shown first
  • Repositories View
    • Sort tags in natural order
    • Sort folders before files in working dir
  • Commit Dialog
    • Add "Select for Commit" to files context menu
    • Replace help button with link to Staging view
  • Cherry-pick
    • Show a rebase result dialog if cherry-picking fails.
    • Provide more context in cherry-pick confirmation dialog
  • Push
    • Simple push wizard links to Advanced push wizard
    • When "Commit and Push" opens a wizard, use simple push wizard
    • Push Branch: Don't suggest branch name of local upstream branch
    • Assist in Push dialog and allow to push to custom refs
    • Improve simple push dialog
    • Reverse src/dest order of push result dialog

Performance Improvements

  • [stagingView] Don't reload repository on selection if current one is same as selected
  • Use faster method of setting styles for commit message viewer

Bug Fixes

44 Bugs and 16 enhancement requests were closed

Contributors

The following ? developers worked on this release:

Back to the top