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

(Minor)
(Minor)
Line 9: Line 9:
 
* Previously entered messages are now available in the commit dialog content assist window
 
* 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'''
 
* 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
+
* The maximum length to display for tags and branches in the '''History''' view is now configurable from the ''Team > Git > History'' preference page
  
 
= GitHub Mylyn Connector =
 
= GitHub Mylyn Connector =
 
* GitHub Java API now supports the [http://developer.github.com/v3/events/ v3 events API]
 
* GitHub Java API now supports the [http://developer.github.com/v3/events/ v3 events API]
 
* [http://hc.apache.org/ Apache HttpComponents] is no longer a dependency of the GitHub Java API
 
* [http://hc.apache.org/ Apache HttpComponents] is no longer a dependency of the GitHub Java API

Revision as of 15:17, 5 February 2012

Features

Major

Redesigned Import Wizard

Submodule Support

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

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

GitHub Mylyn Connector

Back to the top