EGit 2.1 New and Noteworthy | ||
---|---|---|
![]() |
||
Bugs Closed |
Note that 2.1 is not yet released, please install from the Nightly Update Site to use these features.
The Staging View now has a context menu action Delete which makes it possible to delete untracked files directly from the view. The Repositories View has the same action.
When all the selected files are workspace resources, it's possible to undo the delete using the "Edit > Undo" menu.
Before, it was always necessary to locate the file in the Package Explorer or Navigator. In the case of non-workspace resources, it was necessary to leave Eclipse.
After having entered the commit message, it's now possible to commit using the "Ctrl+Enter" (or "Cmd+Enter" on Mac OS X) shortcut instead of clicking on the toolbar icon.
When there is a problem on a file, it was previously only possible to see this in the Package Explorer or Navigator. Now the decorations are also shown when preparing a commit, in the Commit Dialog and in the Staging View:
The Git Tree Compare view now has a context menu, with Open Working Tree Version and a Show In menu:
It now also acts as a selection provider, so that other views (e.g. History view) can track the selection of the Tree Compare view.
Instead of OURS
/THEIRS
, the conflict markers now show more useful information. For example, a conflicting cherry-pick:
<<<<<<< master a ======= b >>>>>>> bad1dea Message of the commit I'm cherry-picking
A conflict during rebase:
<<<<<<< Upstream, based on master a ======= b >>>>>>> b161dea Message of a commit I'm rebasing
git fsck
in order to check consistency.
EGit does now decorate local branches tracking another local branch with the number of commits the checked out local branch differs from the other local branch it's tracking.
![]() |
||
Bugs Closed |