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.2"

(Bugs Closed)
Line 1: Line 1:
 
= New Features =
 
= New Features =
 
+
== Improved decorator performance ==
== XYZ ==
+
* through IndexDiff cache and new decorator implementation
 
+
== Support for project rename and move for some cases ==
TODO
+
== Option to auto-share projects on import when located in a working tree ==
 +
== Repositories View ==
 +
*Pull with multi-selection
 +
*Property page for repository configuration
 +
*Delete tag command
 +
*drag file from working tree to open editor
 +
== History View ==
 +
*can now follow renames
 +
*delete branch command
 +
*Show annotations from file table in history view
 +
==Reflog View==
 +
*show timestamp and commit short message
 +
*checkout command
 +
==Commit Editor==
 +
*checkout command
 +
*cherry-pick command
  
 
= Bugs Closed =
 
= Bugs Closed =

Revision as of 19:22, 7 December 2011

New Features

Improved decorator performance

  • through IndexDiff cache and new decorator implementation

Support for project rename and move for some cases

Option to auto-share projects on import when located in a working tree

Repositories View

  • Pull with multi-selection
  • Property page for repository configuration
  • Delete tag command
  • drag file from working tree to open editor

History View

  • can now follow renames
  • delete branch command
  • Show annotations from file table in history view

Reflog View

  • show timestamp and commit short message
  • checkout command

Commit Editor

  • checkout command
  • cherry-pick command

Bugs Closed

103 bugs and 11 enhancement requests were closed.

Commits

EGit 1.2 - commits in gitweb

Back to the top