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"

(Features)
(Usability Improvements)
Line 21: Line 21:
 
==Usability Improvements==
 
==Usability Improvements==
 
* Expose important actions in additional menus
 
* Expose important actions in additional menus
** Add Team > "Create Patch..." for working sets
+
** Add team menu on 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 "Repository" submenu in Team menu of files and folders
 
** Add "Show Annotations" to ruler menu of revision editor
 
** Add "Show Annotations" to ruler menu of revision editor
 
 
* Staging view: sort content by name if file names are shown first
 
* Staging view: sort content by name if file names are shown first
 
* Repositories View
 
* Repositories View
 
** Sort tags in natural order
 
** Sort tags in natural order
 
** Sort folders before files in working dir
 
** Sort folders before files in working dir
 
 
* Commit Dialog
 
* Commit Dialog
 
** Add "Select for Commit" to files context menu
 
** Add "Select for Commit" to files context menu
 
** Replace help button with link to Staging view
 
** Replace help button with link to Staging view
 
 
* Cherry-pick
 
* Cherry-pick
 
** Show a rebase result dialog if cherry-picking fails.
 
** Show a rebase result dialog if cherry-picking fails.
 
** Provide more context in cherry-pick confirmation dialog
 
** Provide more context in cherry-pick confirmation dialog
 
 
* Push
 
* Push
 
** Simple push wizard links to Advanced push wizard
 
** Simple push wizard links to Advanced push wizard

Revision as of 11:34, 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
  • 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
  • Add support for reverting multiple commits at once.
  • Offer interactive and preserve merges options when selecting rebase target

Usability Improvements

  • Expose important actions in additional menus
    • Add team menu on 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