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

Line 8: Line 8:
 
* Commit author and date displayed for merge results
 
* Commit author and date displayed for merge results
 
* Icons displayed for different ref update types
 
* Icons displayed for different ref update types
* Push result messages support hyperlinks  
+
* Push result messages support hyperlinks
 +
== Commit Dialog Improvements ==
 +
* support for hyperlink to commit IDs
 +
* content assist for file names touched in commit
 
== Staging View ==
 
== Staging View ==
 
* new column layout
 
* new column layout
Line 17: Line 20:
 
* new "Fetch Changes" checkbox in synchronize wizard
 
* new "Fetch Changes" checkbox in synchronize wizard
 
== Team Project Set Support ==
 
== 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 =
 
= New Actions =

Revision as of 04:35, 30 August 2011

New Features

New Reflog View

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

Staging View

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

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

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

Back to the top