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

(Bug Fixes)
(Features, performance)
Line 1: Line 1:
 
= Features =
 
= Features =
  
* TODO
+
* Consider the ancestor when comparing with remote revisions ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=400943 bug 400943]).
 +
* History view: Adjust column widths and don't show e-mail addresses by default to improve space use
 +
* Improve error reporting for pull failures due to conflicts
 +
* When opening a resource which exists in more than one project (due to nested projects), open it in the most specific project ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=404629 bug 404629]).
 +
* Allow reset to user-entered commit expression in reset dialog.
  
= API changes =
+
= Performance Improvements =
  
* TODO
+
* Lessen the re-indexing work and number of queued jobs ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=381856 bug 381856]).
  
= Performance Improvements =
+
Also see [http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.0#Performance_Improvements JGit 3.0 release notes].
* TODO
+
  
 
= Bug Fixes =
 
= Bug Fixes =
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-02-22&chfield=resolution&query_format=advanced&chfieldfrom=2013-2-20&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit]
 
  
XX Bugs and X enhancement requests] were closed
+
* Fix commit keyboard shortcut Ctrl+# ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=363648 bug 363648]).
 +
* Fix rebase pulldown in toolbar not being accessible during rebase ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=387184 bug 387184]).
 +
 
 +
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=3805932&resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-02-22&chfield=resolution&query_format=advanced&chfieldfrom=2013-2-20&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=EGit XX Bugs and X enhancement requests] were closed
 +
 
 +
= API changes =
 +
 
 +
* TODO
  
 
= Contributors =
 
= Contributors =

Revision as of 12:10, 10 May 2013

Features

  • Consider the ancestor when comparing with remote revisions (bug 400943).
  • History view: Adjust column widths and don't show e-mail addresses by default to improve space use
  • Improve error reporting for pull failures due to conflicts
  • When opening a resource which exists in more than one project (due to nested projects), open it in the most specific project (bug 404629).
  • Allow reset to user-entered commit expression in reset dialog.

Performance Improvements

  • Lessen the re-indexing work and number of queued jobs (bug 381856).

Also see JGit 3.0 release notes.

Bug Fixes

  • Fix commit keyboard shortcut Ctrl+# (bug 363648).
  • Fix rebase pulldown in toolbar not being accessible during rebase (bug 387184).

XX Bugs and X enhancement requests were closed

API changes

  • TODO

Contributors

The following X developers worked on this release:

TODO

Back to the top