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"

(Feature)
Line 49: Line 49:
 
* decoration of Eclipse resources
 
* decoration of Eclipse resources
 
* opening commit dialog
 
* opening commit dialog
 
= Bugs Closed =
 
 
[https://bugs.eclipse.org/bugs/buglist.cgi?chfieldto=2011-02-10;query_format=advanced;chfield=bug_status;chfieldfrom=2010-12-18;chfieldvalue=resolved;resolution=FIXED;resolution=DUPLICATE;product=EGit;classification=Technology 43 bugs and 11 enhancement requests] were closed.
 
 
= Commits =
 
 
[http://egit.eclipse.org/w/?p=egit.git;a=shortlog;h=stable-0.11;hp=v0.10.1;opt=--no-merges EGit 0.11 - commits in gitweb]
 
  
 
= Bugs Closed =
 
= Bugs Closed =

Revision as of 12:06, 10 February 2011

Feature

Fetch Change from Gerrit

Egit-0.11-fetchChangeFromGerritDialog.png

A new wizard provides convenient fetching of changes from Gerrit

Simplified Fetch and Push Wizards

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