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

(Cloning from bundle)
m (EGit)
Line 12: Line 12:
  
 
* Cloning
 
* Cloning
** Can select a <a href="https://git-scm.com/docs/git-bundle">git bundle file</a> to clone from.
+
** Can select a [https://git-scm.com/docs/git-bundle git bundle file] to clone from.
  
 
* API
 
* API

Revision as of 08:37, 22 April 2020

EGit

TODO:

  • Diff Editor
    • Menus/Hyperlinks: show commit ID, commit message in tooltip on newer Eclipse platform versions (>= 4.14)
    • Outline: collapse all, compact tree
    • Quick outline
  • Repositories View
    • Tag filtering; describe pattern syntax (substring, wildcards allowed, ^ and $ anchors; #<number>)
  • API
    • org.eclipse.egit.ui.RepositoriesViewClone command newly has a command parameter "repositoryUri". The value should be a string containing a clone URI. The command opens the clone wizard, if repositoryUri is set, it is used to pre-fill the dialog from the given clone URI. If the value cannot be parsed as a URI, it is silently ignored.

Other Changes

EGit 5.8 includes lots of less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

See Also

See also the new features in JGit for additional information.

Back to the top