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

(EGit Features: Added linked resources bullet point in EGit features section.)
(Added new section on API changes)
Line 1: Line 1:
EGit 2.3 is planned to be released with Juno SR2 on Feb 22, 2013
+
EGit 2.3 is planned to be released with Juno SR2 on Feb 22, 2013.
  
 
= EGit Features =
 
= EGit Features =
Line 5: Line 5:
 
* "Fetch from Gerrit..." recognizes Gerrit fetch command copied to clipboard (https://git.eclipse.org/r/#/c/9391)
 
* "Fetch from Gerrit..." recognizes Gerrit fetch command copied to clipboard (https://git.eclipse.org/r/#/c/9391)
 
* Linked resources are now handled correctly (https://git.eclipse.org/r/#/c/3680/). They are typically ignored unless they point to a resource within the same repository as the containing project. In that case they are decorated according to their git status, and one can operate on them along with regular resources.
 
* Linked resources are now handled correctly (https://git.eclipse.org/r/#/c/3680/). They are typically ignored unless they point to a resource within the same repository as the containing project. In that case they are decorated according to their git status, and one can operate on them along with regular resources.
 +
 +
= API changes =
 +
 +
* [https://git.eclipse.org/r/#/c/3680/25/org.eclipse.egit.core/src/org/eclipse/egit/core/project/RepositoryFinder.java RepositoryFinder] has now a more concise API for handling linked resources when searching candidate repositories for a project. '''The default search behavior has changed: linked resources are now ignored during the search instead of being traversed'''. Any code that depends on the old default behavior should now use the new find method that also takes a boolean in order to control the traversing of linked resources.
  
 
= Bug Fixes =
 
= Bug Fixes =

Revision as of 08:27, 1 February 2013

EGit 2.3 is planned to be released with Juno SR2 on Feb 22, 2013.

EGit Features

  • "Fetch from Gerrit..." recognizes Gerrit fetch command copied to clipboard (https://git.eclipse.org/r/#/c/9391)
  • Linked resources are now handled correctly (https://git.eclipse.org/r/#/c/3680/). They are typically ignored unless they point to a resource within the same repository as the containing project. In that case they are decorated according to their git status, and one can operate on them along with regular resources.

API changes

  • RepositoryFinder has now a more concise API for handling linked resources when searching candidate repositories for a project. The default search behavior has changed: linked resources are now ignored during the search instead of being traversed. Any code that depends on the old default behavior should now use the new find method that also takes a boolean in order to control the traversing of linked resources.

Bug Fixes

?? Bugs and ?? enhancement requests were closed

Contributors

TBD

Copyright © Eclipse Foundation, Inc. All Rights Reserved.