aboutsummaryrefslogtreecommitdiff
path: root/t/t4101
Commit message (Collapse)AuthorAge
* Make t4101-apply-nonl bring along its patchesDennis Stosberg2006-06-17
Some versions of "diff" (e.g. on FreeBSD and older Linux systems) do not support the "\ No newline at end of file" remark and are not able to generate the patches needed for this test. This lets the test fail, although git-apply is working perfectly. This patch adds the pre-generated patches to t/t4100/ and makes the test use them. Signed-off-by: Dennis Stosberg <dennis@stosberg.net> Signed-off-by: Junio C Hamano <junkio@cox.net>