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

Line 1: Line 1:
 
= Synchronize View =
 
= Synchronize View =
  
The synchronize view and changesets are now supported.
+
The synchronize view (Team->Synchronize...) and changesets are now supported.
  
TODO
+
[Image:Egit-0.9-syncview.png]]
 +
 
 +
You can also perform synchronize operations (e.g., from a tag) from the '''Git Repositories''' view.
  
 
= Full Merge Support =
 
= Full Merge Support =
  
TODO
+
In the past, fast forward merging was only supported.
 +
 
 +
Now, full merge supported is offered via '''Team->Merge...'''
 +
 
 +
TODO: insert screenshot
  
 
= .gitignore Support =
 
= .gitignore Support =
  
TODO
+
EGit now respects .gitignore entries
  
 
= Commits =
 
= Commits =

Revision as of 11:54, 2 September 2010

Synchronize View

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

[Image:Egit-0.9-syncview.png]]

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

Full Merge Support

In the past, fast forward merging was only supported.

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

TODO: insert screenshot

.gitignore Support

EGit now respects .gitignore entries

Commits

0.9.1 Changelog in gitweb

There were TODO commits total!

Back to the top