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

(Minor)
(Major)
Line 5: Line 5:
 
* Clone wizard now supports cloning submodules
 
* Clone wizard now supports cloning submodules
 
* Submodules now displayed in ''Git Repositories'' view
 
* Submodules now displayed in ''Git Repositories'' view
 +
=== Branch Status Decoration ===
 +
The number of commits that a local branch is ahead and behind a remote branch is now displayed in the project and repository decoration.
 +
 
== Minor ==
 
== Minor ==
 
* Lightweight tags are now displayed in the history view and commit editor
 
* Lightweight tags are now displayed in the history view and commit editor

Revision as of 15:28, 5 February 2012

Features

Major

Redesigned Import Wizard

Submodule Support

  • Clone wizard now supports cloning submodules
  • Submodules now displayed in Git Repositories view

Branch Status Decoration

The number of commits that a local branch is ahead and behind a remote branch is now displayed in the project and repository decoration.

Minor

  • Lightweight tags are now displayed in the history view and commit editor
  • Previously entered messages are now available in the commit dialog content assist window
  • Branches can now be renamed using the F2 key from the Git Repositories
  • The maximum length to display for tags and branches in the History view is now configurable from the Team > Git > History preference page
  • Different diff header formats are now supported from the Create Patch... wizard
  • Stashed commits are now displayed in the Git Repositories view
  • Compare with Working Directory is now a menu option on files displayed in the History view and commit viewer
  • Working sets are now decorate with the Git status
  • Selecting untracked files by default in the commit dialog can now configured from the Team > Git > Commit Dialog preference page
  • Date format used in the History view now uses the JVM date formatter

GitHub Mylyn Connector

Back to the top