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/0.11"

(Actions for Push and Fetch using upstream configuration)
(Actions for Push and Fetch using upstream configuration)
Line 9: Line 9:
  
 
A couple of new actions allows to directly push to and fetch from the remote stored in the upstream configuration of the currently checked out branch without the need to go through a wizard each time.
 
A couple of new actions allows to directly push to and fetch from the remote stored in the upstream configuration of the currently checked out branch without the need to go through a wizard each time.
 +
 +
[[Image:Egit-0.11-project-menu.png]]
  
 
== Simplified Wizards for Configuration of Fetch and Push ==
 
== Simplified Wizards for Configuration of Fetch and Push ==

Revision as of 13:32, 10 February 2011

Feature

Fetch Change from Gerrit

Egit-0.11-fetchChangeFromGerritDialog.png

A new wizard provides convenient fetching of changes from Gerrit

Actions for Push and Fetch using upstream configuration

A couple of new actions allows to directly push to and fetch from the remote stored in the upstream configuration of the currently checked out branch without the need to go through a wizard each time.

Egit-0.11-project-menu.png

Simplified Wizards for Configuration of Fetch and Push

Simplified Fetch and Push Wizards were implemented which also behave much closer to fetch and push in c git.

Egit-0.11-ConfigureFetchFromUpstream.png

Egit-0.11-ConfigurePushToUpstream.png

History View

Egit-0.11-history-actions.png

  • Merge and Rebase can now be triggered from the History View
  • A Revert action was implemented in the History View
  • The commit message pane in the history view now shows links to navigate to next Tags / Branches reachable from the selected commit
  • 'Open Corresponding Task and Add to Task Context actions provide integration with Mylyn's task handling

Compare

  • Comparison of trees was added so that Compare with... actions now also work on folders and projects.

Egit-0.11-GitTreeCompareView.png

  • Compare with Commit... was added
  • Compare with Branch or Tag... was added

Egit-0.11-CompareWithMenu.png

EGit Mylyn Integration: Commit Dialog

The commit dialog is now integrated with Mylyn to populate it with active task information.

Egit-mylyn.png

EGit Mylyn Integration: History View

The history view is integrated with Mylyn via the Add to Task Context or Open Corresponding Task actions

Egit-mylyn-historyview.png


Performance Improvements

The following operations are now much faster:

  • synchronize
  • decoration of Eclipse resources
  • opening commit dialog

Bugs Closed

43 bugs and 11 enhancement requests were closed.

Commits

EGit 0.11 - commits in gitweb

Back to the top