Skip to content

Commit

Permalink
GIT 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 25, 2008
1 parent 768c728 commit 8104ebf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/RelNotes-1.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ release, unless otherwise noted.
when acquiring a lock from the server (this may need to be backported to
older releases later).

* After "git rebase -p" stopped with conflicts while replaying a merge,
"git rebase --continue" did not work (may need to be backported to older
releases).

* "git revert" records relative to which parent a revert was made when
reverting a merge. Together with new documentation that explains issues
around reverting a merge and merging from the updated branch later, this
Expand Down
5 changes: 5 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.6.1/git.html[documentation for release 1.6.1]

* release notes for
link:RelNotes-1.6.1.txt[1.6.1].

* link:v1.6.0.6/git.html[documentation for release 1.6.0.6]

* release notes for
Expand Down

0 comments on commit 8104ebf

Please sign in to comment.