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

EGit/New and Noteworthy/1.1

< EGit‎ | New and Noteworthy
Revision as of 18:38, 8 September 2011 by Kevin.github.com (Talk | contribs) (Staging View)

New Features

New Reflog View

Egit11-reflow-view.png

Allow dragging of commits from History view

New preference to ignore whitespace changes in blame annotations

History View always displays HEAD and other additional refs

More information displayed in merge, fetch and push results dialogs

  • Commits and modified files displayed in fetch and push results table
  • Commit author and date displayed for merge results
  • Icons displayed for different ref update types
  • Push result messages support hyperlinks

Commit Dialog Improvements

  • support for hyperlink to commit IDs
  • content assist for file names touched in commit

Egit11-commit-content-assist.png

Staging View

  • new column layout
  • new preference for showing file names first

Egit11-staging-view.png

New Features in Synchronize View

  • Synchronize filtered on folder
  • drag and drop staging / unstaging in Git Changeset Model
  • new "Fetch Changes" checkbox in synchronize wizard
  • Performance improvements

Team Project Set Support

Logical Model Support

  • consider logical model when staging files
  • consider logical model when replacing files
  • consider logical model in commit action

New Actions

  • Staging View
    • unstaged pane: "Add to Git Index", "Replace with File in Git Index", "Open Working Tree Version"
    • staged pane: "Open Working Tree Version", "Remove from Git Index"
  • Double-click opening of commits in push result table
  • Synchronize View
    • "Mark as Merged"
    • "Open Merge Tool"
  • "Open Properties > Git" on Eclipse project now displays link to current HEAD
  • Repositories View
    • "Show In > Reflog" on repository nodes
    • Enable "Synchronize with Each Other" when two ref or tag nodes are selected

GitHub Mylyn Connector

Pull Request Support

Import and Clone

GitHub Java API

Back to the top