EGit 2.3 New and Noteworthy |
|
|
|
|
|
API changes |
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.
- Added git clean action for repositories
- Repositories View: added "Show In" support for resources and tags
- Repositories View: Add "History" to Show In menu for all perspectives
- History View: filtered files are now highlighted in file diff viewer
- Commit Dialog: Changed table to filtered tree in order to enable quick filtering of file list
- New preference (on by default): Automatically ignore derived resources by adding them to .gitignore
- Improved support for logical models in "Compare With" operation
- Perform synchronization for logical models in Commit and History View
- Support git merge --no-ff as an EGit preference
- Merge Tool can now also be used for conflicts of applying stashed changes
- Font and colors of headlines in diff tab of commit viewer can now be customized via preferences
- Added checkbox for nested project search to "Import Projects" page
|
|
|
|
|
API changes |