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

(Staging View)
(History View)
Line 29: Line 29:
 
* improved graph rendering
 
* improved graph rendering
 
* support for relative dates
 
* support for relative dates
 +
 +
[[Image:Egit-1.0-improved-history-view.png]]
  
 
=== Synchronize View ===
 
=== Synchronize View ===

Revision as of 18:24, 26 May 2011

Features

Git Commit Search and Commit Viewer

Search > Search... > Git Search opens the new Git commit search wizard

Egit-1.0-commit-search.png

Double clicking a commit in the search result opens the new Commit Viewer

Egit-1.0-commit-search-result.png

Staging View

The new Staging View shows the "git status" for the selected repository. Drag and drop files you want to stage and use commit to commit the staged changes. Double clicking a file opens a Compare View showing the diff which isn't yet staged / is staged already.

Egit-1.0-staging-view.png

New Menu Actions

  • Compare index with HEAD
  • Replace with HEAD, commit and ref
  • commit action in Synchronize View

Usability improvements

Simplified "Create New Branch" Workflow

History View

  • improved graph rendering
  • support for relative dates

Egit-1.0-improved-history-view.png

Synchronize View

  • improved menus and synchronize wizard
  • auto-fetching changes before synchronize

Commit

  • commit viewer with notes support
  • enhanced commit dialog
  • non-modal commit from staging view

Improved Share Project Wizard

Performance Improvements

Bugs Closed

28 bugs and 12 enhancement requests were closed.

Commits

EGit 1.0 - commits in gitweb

Back to the top