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"

(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Synchronize View =
 
= Synchronize View =
  
The synchronize view and changesets are now supported.
+
The synchronize view (via '''Team->Synchronize...''') and changesets are now supported.
  
TODO
+
[[Image:Egit-0.9-syncview.png]]
  
= Full Merge Support =
+
You can also perform synchronize operations (e.g., from a tag) from the '''Git Repositories''' view.
  
TODO
+
= Improved Merge Support =
 +
 
 +
In EGit 0.8 fast-forward merging was only supported.
 +
<br/>
 +
Now, full resolve merge support is offered via '''Team->Merge...'''
 +
 
 +
[[Image:Egit-0.9-resolve-merge.png]]
  
 
= .gitignore Support =
 
= .gitignore Support =
  
TODO
+
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.
 +
 
 +
[[Image:Egit-0.9-historyview.png]]
 +
 
 +
= Repositories View Improvements =
 +
 
 +
The Repositories View was enhanced to support checkout, branch, merge, tag, synchronize operations and repository creation and deletion.
 +
<br/>
 +
Branches can now be displayed hierarchically or in a flat layout.
 +
 
 +
[[Image:Egit-0.9-RepoViewMenu.png]]
 +
 
 +
= Git Configuration Editor =
 +
 
 +
EGit now provides an editor to edit the global git configuration
 +
 
 +
[[Image:EGit-0.9-global-git-configuration.png]]
 +
 
 +
and the repository-specific git configuration
 +
 
 +
[[Image:EGit-0.9-git-repo-configuration.png]]
  
 
= Commits =
 
= Commits =
[http://egit.eclipse.org/w/?p=egit.git;a=shortlog;h=v0.9.1;hp=v0.8.4;opt=--no-merges 0.9.1 Changelog in gitweb]
+
[http://egit.eclipse.org/w/?p=egit.git;a=shortlog;h=v0.9.3;hp=v0.8.4;opt=--no-merges 0.9.3 Changelog in gitweb]
  
There were TODO commits total!
+
There were 348 commits total!

Revision as of 10:12, 17 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 EGit 0.8 fast-forward merging was only supported.
Now, full resolve merge support is offered via Team->Merge...

Egit-0.9-resolve-merge.png

.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

Repositories View Improvements

The Repositories View was enhanced to support checkout, branch, merge, tag, synchronize operations and repository creation and deletion.
Branches can now be displayed hierarchically or in a flat layout.

Egit-0.9-RepoViewMenu.png

Git Configuration Editor

EGit now provides an editor to edit the global git configuration

EGit-0.9-global-git-configuration.png

and the repository-specific git configuration

EGit-0.9-git-repo-configuration.png

Commits

0.9.3 Changelog in gitweb

There were 348 commits total!

Back to the top