Skip to content

Commit

Permalink
ReleaseNotes for v0.7 with author information
Browse files Browse the repository at this point in the history
Include Dave's reload feature and author-information for the most
important parts. Also a list of contributors since v0.6.3 from the
shortlog.

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
  • Loading branch information
heipei committed Sep 6, 2009
1 parent 788cd71 commit 6b56919
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions Documentation/ReleaseNotes/v0.7.txt
Expand Up @@ -3,23 +3,25 @@ v0.7

This feature-release has the following new features and enhancements:

* Line-wise staging by selecting lines from hunks
* Discarding hunks/changes to files (using git apply --reverse)
* Show current HEAD in window-title
* Show current branch in orange in history view
* Collapse commit-list/diff-view using Command-Shift-Up/Down
* Sign-Off commits in commit view
* "Show in Finder" for files in commit view
* Commit hooks are executed when committing
* Auto-refresh of GitX when the repository is changed (Dave Grijalva)
* Line-wise staging by selecting lines from hunks (JD Smith)
* Discarding hunks/changes to files (using git apply --reverse) (Johannes Gilger)
* Show current HEAD in window-title (Johannes Gilger)
* Show current branch in orange in history view (Steven Michalske)
* Collapse commit-list/diff-view using Command-Shift-Up/Down (Johannes Gilger)
* Sign-Off commits in commit view (Johannes Gilger, Nicolas Riley)
* "Show in Finder" for files in commit view (Charles O'Rourke)
* Commit hooks are executed when committing (Joe Fiorini, Pieter de Bie)
* Branches can be deleted from the UI

Small enhancements:

* Show committer name if it differs from authors name
* Columns in history view can be toggled
* Branches can be deleted from the UI
* Reuse author-information when amending a commit
* Show committer name if it differs from authors name (Benjamin Kramer)
* Columns in history view can be toggled (Pieter de Bie)
* Reuse author-information when amending a commit (Pieter de Bie)
* Use modal alerts where possible
* Don't display content of binary-files in tree-view
* Correctly determine whether a repo is bare or not

In addition a lot of bugs were fixed.
In addition a lot of bugs were fixed and numerous tiny features introduced.

Credits go to: Pieter de Bie, Johannes Gilger, Benjamin Kramer, Nicholas Riley, JD Smith, Joe Fiorini, Dave Grijalva, Charles O'Rourke, Gerd Knops, dbr, Mike Czepiel, Benoit Cerrina, Steven Michalske and Stonewall Ballard

0 comments on commit 6b56919

Please sign in to comment.