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

(New Features in Synchronize View)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= New Features =
+
moved to http://wiki.eclipse.org/EGit/New_and_Noteworthy/1.1
== 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
+
* 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
+

Latest revision as of 04:53, 30 August 2011

moved to http://wiki.eclipse.org/EGit/New_and_Noteworthy/1.1

Back to the top