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.9"

(Full Merge Support)
Line 7: Line 7:
 
You can also perform synchronize operations (e.g., from a tag) from the '''Git Repositories''' view.
 
You can also perform synchronize operations (e.g., from a tag) from the '''Git Repositories''' view.
  
= Full Merge Support =
+
= Improved Merge Support =
  
 
In the past, fast forward merging was only supported.
 
In the past, fast forward merging was only supported.
  
 
Now, full merge supported is offered via '''Team->Merge...'''
 
Now, full merge supported is offered via '''Team->Merge...'''
 
TODO: insert screenshot
 
  
 
= .gitignore Support =
 
= .gitignore Support =

Revision as of 15:05, 7 September 2010

Synchronize View

The synchronize view (via Team->Synchronize...) and changesets are now supported.

Egit-0.9-syncview.png

You can also perform synchronize operations (e.g., from a tag) from the Git Repositories view.

Improved Merge Support

In the past, fast forward merging was only supported.

Now, full merge supported is offered via Team->Merge...

.gitignore Support

EGit now respects .gitignore entries

History View Improvements

The history view had its usability improved. Furthermore, it now allows checkout and branch from history items.

Egit-0.9-historyview.png

Commits

0.9.1 Changelog in gitweb

There were TODO commits total!

Back to the top