提交 8104ebfe 编写于 作者: J Junio C Hamano

GIT 1.6.1

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 768c728e
...@@ -255,6 +255,10 @@ release, unless otherwise noted. ...@@ -255,6 +255,10 @@ release, unless otherwise noted.
when acquiring a lock from the server (this may need to be backported to when acquiring a lock from the server (this may need to be backported to
older releases later). 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 * "git revert" records relative to which parent a revert was made when
reverting a merge. Together with new documentation that explains issues reverting a merge. Together with new documentation that explains issues
around reverting a merge and merging from the updated branch later, this around reverting a merge and merging from the updated branch later, this
......
...@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master' ...@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository. branch of the `git.git` repository.
Documentation for older releases are available here: 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] * link:v1.6.0.6/git.html[documentation for release 1.6.0.6]
* release notes for * release notes for
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册