Code

Add copy/rename check for git-apply.
authorJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 22:40:18 +0000 (15:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 22:44:55 +0000 (15:44 -0700)
commit52be5fcd29e074cb549b9a92ff8caceb736e4851
tree952b7d7249c0b70c5d6cb535f28f94ddecd0967f
parentc743e6e3c0764ea784f9c13310d0eef5b57c52fb
Add copy/rename check for git-apply.

The new test pattern is taken from HPA's klibc and klibc-kbuild trees,
which has many interesting renames (the commits
001eef5a19219e5b0601068a3d13874b88c0653e and
0037d1bc0deaf7daec3778496656cb04b4e4b9d0).  The test pattern exposes
problems in the apply.c changes currently in the proposed updates
branch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4112-apply-renames.sh [new file with mode: 0755]