commit --amend: test specifies authorship but forgets to check
commitd8b396e17ecfe28b39b5f4470f791c434cce40ec
authorFabian Ruch <bafain@gmail.com>
Wed, 30 Jul 2014 09:45:11 +0000 (30 11:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2014 18:32:12 +0000 (30 11:32 -0700)
treeb80fc7c8c24f6be65fb755e137e26af996b3ac79
parentd299e9e550c1bf8640907fdba1f03cc585ee71df
commit --amend: test specifies authorship but forgets to check

The test case "--amend option copies authorship" specifies that the
git-commit option `--amend` uses the authorship of the replaced
commit for the new commit. Add the omitted check that this property
actually holds.

Signed-off-by: Fabian Ruch <bafain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7509-commit.sh