Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit aa544bf

Browse files
committed
Sync with 2.0.4
* maint: Git 2.0.4 commit --amend: test specifies authorship but forgets to check
2 parents aa0ba07 + 32f5660 commit aa544bf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Documentation/RelNotes/2.0.4.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Git v2.0.4 Release Notes
2+
========================
3+
4+
* An earlier update to v2.0.2 broken output from "git diff-tree",
5+
which is fixed in this release.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v2.0.3/git.html[documentation for release 2.0.3]
46+
* link:v2.0.4/git.html[documentation for release 2.0.4]
4747

4848
* release notes for
49+
link:RelNotes/2.0.4.txt[2.0.4],
4950
link:RelNotes/2.0.3.txt[2.0.3],
5051
link:RelNotes/2.0.2.txt[2.0.2],
5152
link:RelNotes/2.0.1.txt[2.0.1],

t/t7509-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ test_expect_success '--amend option copies authorship' '
7777
git commit -a --amend -m "amend test" &&
7878
author_header Initial >expect &&
7979
author_header HEAD >actual &&
80+
test_cmp expect actual &&
8081
8182
echo "amend test" >expect &&
8283
message_body HEAD >actual &&

0 commit comments

Comments
 (0)