Add a test-case for git-apply trying to add an ending line
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 23 May 2006 21:48:36 +0000 (22:48 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 07:19:20 +0000 (00:19 -0700)
commitcc189c2ca2c725c430f100f61e7c4a6849f93163
tree9018717599bdbb4b6c552e7df89f42ecb416d519
parent1bf1a859ae980a73552c76fe20a5952a763ec81e
Add a test-case for git-apply trying to add an ending line

git-apply adding an ending line doesn't seem to fail if the ending line is
already present in the patched file.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4113-apply-ending.sh [new file with mode: 0755]