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

Sync with 2.0.4

* maint:
  Git 2.0.4
  commit --amend: test specifies authorship but forgets to check
Git v2.0.4 Release Notes
========================
* An earlier update to v2.0.2 broken output from "git diff-tree",
which is fixed in this release.
...@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master' ...@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the '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:v2.0.3/git.html[documentation for release 2.0.3] * link:v2.0.4/git.html[documentation for release 2.0.4]
* release notes for * release notes for
link:RelNotes/2.0.4.txt[2.0.4],
link:RelNotes/2.0.3.txt[2.0.3], link:RelNotes/2.0.3.txt[2.0.3],
link:RelNotes/2.0.2.txt[2.0.2], link:RelNotes/2.0.2.txt[2.0.2],
link:RelNotes/2.0.1.txt[2.0.1], link:RelNotes/2.0.1.txt[2.0.1],
......
...@@ -77,6 +77,7 @@ test_expect_success '--amend option copies authorship' ' ...@@ -77,6 +77,7 @@ test_expect_success '--amend option copies authorship' '
git commit -a --amend -m "amend test" && git commit -a --amend -m "amend test" &&
author_header Initial >expect && author_header Initial >expect &&
author_header HEAD >actual && author_header HEAD >actual &&
test_cmp expect actual &&
echo "amend test" >expect && echo "amend test" >expect &&
message_body HEAD >actual && message_body HEAD >actual &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册