Re: [PATCH] commit --amend: test specifies authorship but forgets to check

2014-07-30 Thread Junio C Hamano
Fabian Ruch writes: > 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 > --- > Without the c

[PATCH] commit --amend: test specifies authorship but forgets to check

2014-07-30 Thread Fabian Ruch
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 --- Without the check, the test case succeeds even wit